Color spaces of #916aad
RGB | 145 | 106 | 173 |
---|---|---|---|
HSL | 0.76 | 0.29 | 0.55 |
HSV | 275° | 39° | 68° |
CMYK | 0.16 | 0.39 | 0.00 0.32 |
XYZ | 24.3739 | 19.3449 | 41.9845 |
Yxy | 19.3449 | 0.2844 | 0.2257 |
Hunter Lab | 43.9828 | 21.9491 | -25.8082 |
CIE-Lab | 51.0883 | 28.4885 | -29.9009 |
#916aad color RGB value is (145,106,173).
#916aad hex color red value is 145, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #916aad hue: 0.76 , saturation: 0.29 and the lightness value of 916aad is 0.55.
The process color (four color CMYK) of #916aad color hex is 0.16, 0.39, 0.00, 0.32. Web safe color of #916aad is #996699. Color #916aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01101010 | 10101101 |
Octal | 221 | 152 | 255 |
Decimal | 145 | 106 | 173 |
Hex | 91 | 6A | AD |
Shades of #916aad
Tints of #916aad
RGB Percentages of Color #916aad
CMYK Percentages of Color #916aad
Complementary Color
#916aad | #86ad6a |
#916aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#916aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#916aad Color CSS Codes
.mybgcolor {background-color:#916aad; } .myforecolor {color:#916aad; } .mybordercolor {border:3px solid #916aad; }
#916aad Text Font Color
<p style="color:#916aad">Text here</p>
This sample text font color is #916aad
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.
#916aad Background Color
<div style="background-color:#916aad">
Div content here</div>
This div background color is #916aad
#916aad Border Color
<div style="border:3px solid #916aad">
Div here</div>
This div border color is #916aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,106,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #916aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #916aad; -webkit-box-shadow: 1px 1px 3px 2px #916aad; box-shadow: 1px 1px 3px 2px #916aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,106,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #916aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #916aad; -webkit-box-shadow: 1px 1px 3px 2px #916aad; box-shadow: 1px 1px 3px 2px #916aad;">
Div content here</div>
This div box has shadow with color #916aad
Comments
No comments written yet.
Please login to write comment.