Shades of Deep Lilac #965BB8
Tints of Deep Lilac #965BB8
RGB
CMYK
RGB Variations
Color information
#965BB8 (or 0x965BB8) is known color: Deep Lilac. HEX triplet: 96, 5B and B8. RGB value is (150,91,184). Sum of RGB (Red+Green+Blue) = 150+91+184=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #965BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BB8 is #69A447. Grayscale: #767676. Windows color (decimal): -6923336 or 12082070. OLE color: 12082070.
HSL color Cylindrical-coordinate representation of color #965BB8: hue angle of 278.06º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965BB8 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 91 | 184 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.28 |
| HSL | 278.06º | 0.4% | 0.54% | - |
| HSV(B) | 278.06º | 0.51% | 0.72% | - |
| XYZ | 24.97 | 17.43 | 47.4 | - |
| YUV | 119.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 184 | 0.18 | 0.51 | 0 | 0.28 | 278.06 | 0.4 | 0.54 |
| Hex | 96 | 5B | B8 | 12 | 33 | 0 | 1C | 116 | 28 | 36 |
| Octal | 226 | 133 | 270 | 22 | 63 | 0 | 34 | 426 | 50 | 66 |
| Binary | 10010110 | 1011011 | 10111000 | 10010 | 110011 | 0 | 11100 | 100010110 | 101000 | 110110 |
Color Harmonies of #965BB8
Complementary color
Monochromatic Colors of #965BB8
Black with #965BB8
Text Example
Text Example
White with #965BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BB8; }
p { color: rgb(150,91,184); }
H1.HeaderClassName
{
color: #965BB8;
}
.AnyTagClassName
{
color: #965BB8;
}
</style>
background-color css
<style>
a { background-color: #965BB8; }
a { background-color: rgb(150,91,184); }
div.DivClassName
{
background-color: #965BB8;
}
.BgClassName
{
background-color: #965BB8;
}
</style>
border-color css
<style>
span { border-color: #965BB8; }
span { border-color: rgb(150,91,184); }
td.TdClassName
{
border-color: #965BB8;
}
.TagClassName
{
border-color: #965BB8;
}
</style>