Color spaces of #936dbd
RGB | 147 | 109 | 189 |
---|---|---|---|
HSL | 0.75 | 0.38 | 0.58 |
HSV | 269° | 42° | 74° |
CMYK | 0.22 | 0.42 | 0.00 0.26 |
XYZ | 26.6866 | 20.8144 | 50.7552 |
Yxy | 20.8144 | 0.2716 | 0.2118 |
Hunter Lab | 45.6228 | 24.5719 | -34.0239 |
CIE-Lab | 52.7458 | 31.0893 | -36.5460 |
#936dbd color RGB value is (147,109,189).
#936dbd hex color red value is 147, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #936dbd hue: 0.75 , saturation: 0.38 and the lightness value of 936dbd is 0.58.
The process color (four color CMYK) of #936dbd color hex is 0.22, 0.42, 0.00, 0.26. Web safe color of #936dbd is #9966cc. Color #936dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01101101 | 10111101 |
Octal | 223 | 155 | 275 |
Decimal | 147 | 109 | 189 |
Hex | 93 | 6D | BD |
Shades of #936dbd
Tints of #936dbd
RGB Percentages of Color #936dbd
CMYK Percentages of Color #936dbd
Complementary Color
#936dbd | #97bd6d |
#936dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#936dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#936dbd Color CSS Codes
.mybgcolor {background-color:#936dbd; } .myforecolor {color:#936dbd; } .mybordercolor {border:3px solid #936dbd; }
#936dbd Text Font Color
<p style="color:#936dbd">Text here</p>
This sample text font color is #936dbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#936dbd Background Color
<div style="background-color:#936dbd">
Div content here</div>
This div background color is #936dbd
#936dbd Border Color
<div style="border:3px solid #936dbd">
Div here</div>
This div border color is #936dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,109,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #936dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #936dbd; -webkit-box-shadow: 1px 1px 3px 2px #936dbd; box-shadow: 1px 1px 3px 2px #936dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,109,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #936dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #936dbd; -webkit-box-shadow: 1px 1px 3px 2px #936dbd; box-shadow: 1px 1px 3px 2px #936dbd;">
Div content here</div>
This div box has shadow with color #936dbd
Comments
No comments written yet.
Please login to write comment.