Color spaces of #9562aa
RGB | 149 | 98 | 170 |
---|---|---|---|
HSL | 0.78 | 0.30 | 0.53 |
HSV | 283° | 42° | 67° |
CMYK | 0.12 | 0.42 | 0.00 0.33 |
XYZ | 24.0178 | 18.0272 | 40.2439 |
Yxy | 18.0272 | 0.2919 | 0.2191 |
Hunter Lab | 42.4585 | 26.6712 | -26.4766 |
CIE-Lab | 49.5291 | 33.6547 | -30.5490 |
#9562aa color RGB value is (149,98,170).
#9562aa hex color red value is 149, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9562aa hue: 0.78 , saturation: 0.30 and the lightness value of 9562aa is 0.53.
The process color (four color CMYK) of #9562aa color hex is 0.12, 0.42, 0.00, 0.33. Web safe color of #9562aa is #996699. Color #9562aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01100010 | 10101010 |
Octal | 225 | 142 | 252 |
Decimal | 149 | 98 | 170 |
Hex | 95 | 62 | AA |
Shades of #9562aa
Tints of #9562aa
RGB Percentages of Color #9562aa
CMYK Percentages of Color #9562aa
Complementary Color
#9562aa | #77aa62 |
#9562aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9562aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9562aa Color CSS Codes
.mybgcolor {background-color:#9562aa; } .myforecolor {color:#9562aa; } .mybordercolor {border:3px solid #9562aa; }
#9562aa Text Font Color
<p style="color:#9562aa">Text here</p>
This sample text font color is #9562aa
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.
#9562aa Background Color
<div style="background-color:#9562aa">
Div content here</div>
This div background color is #9562aa
#9562aa Border Color
<div style="border:3px solid #9562aa">
Div here</div>
This div border color is #9562aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,98,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9562aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9562aa; -webkit-box-shadow: 1px 1px 3px 2px #9562aa; box-shadow: 1px 1px 3px 2px #9562aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,98,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9562aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9562aa; -webkit-box-shadow: 1px 1px 3px 2px #9562aa; box-shadow: 1px 1px 3px 2px #9562aa;">
Div content here</div>
This div box has shadow with color #9562aa
Comments
No comments written yet.
Please login to write comment.