Shades of Deep Lilac #954CB8
Tints of Deep Lilac #954CB8
RGB
CMYK
RGB Variations
Color information
#954CB8 (or 0x954CB8) is known color: Deep Lilac. HEX triplet: 95, 4C and B8. RGB value is (149,76,184). Sum of RGB (Red+Green+Blue) = 149+76+184=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #954CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CB8 is #6AB347. Grayscale: #6D6D6D. Windows color (decimal): -6992712 or 12078229. OLE color: 12078229.
HSL color Cylindrical-coordinate representation of color #954CB8: hue angle of 280.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954CB8 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 76 | 184 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.28 |
| HSL | 280.56º | 0.43% | 0.51% | - |
| HSV(B) | 280.56º | 0.59% | 0.72% | - |
| XYZ | 23.63 | 15.02 | 47 | - |
| YUV | 110.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 184 | 0.19 | 0.59 | 0 | 0.28 | 280.56 | 0.43 | 0.51 |
| Hex | 95 | 4C | B8 | 13 | 3B | 0 | 1C | 119 | 2B | 33 |
| Octal | 225 | 114 | 270 | 23 | 73 | 0 | 34 | 431 | 53 | 63 |
| Binary | 10010101 | 1001100 | 10111000 | 10011 | 111011 | 0 | 11100 | 100011001 | 101011 | 110011 |
Color Harmonies of #954CB8
Complementary color
Monochromatic Colors of #954CB8
Black with #954CB8
Text Example
Text Example
White with #954CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CB8; }
p { color: rgb(149,76,184); }
H1.HeaderClassName
{
color: #954CB8;
}
.AnyTagClassName
{
color: #954CB8;
}
</style>
background-color css
<style>
a { background-color: #954CB8; }
a { background-color: rgb(149,76,184); }
div.DivClassName
{
background-color: #954CB8;
}
.BgClassName
{
background-color: #954CB8;
}
</style>
border-color css
<style>
span { border-color: #954CB8; }
span { border-color: rgb(149,76,184); }
td.TdClassName
{
border-color: #954CB8;
}
.TagClassName
{
border-color: #954CB8;
}
</style>