Shades of Deep Lilac #9642BF
Tints of Deep Lilac #9642BF
RGB
CMYK
RGB Variations
Color information
#9642BF (or 0x9642BF) is known color: Deep Lilac. HEX triplet: 96, 42 and BF. RGB value is (150,66,191). Sum of RGB (Red+Green+Blue) = 150+66+191=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9642BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642BF is #69BD40. Grayscale: #686868. Windows color (decimal): -6929729 or 12534422. OLE color: 12534422.
HSL color Cylindrical-coordinate representation of color #9642BF: hue angle of 280.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9642BF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 66 | 191 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.25 |
| HSL | 280.32º | 0.49% | 0.5% | - |
| HSV(B) | 280.32º | 0.65% | 0.75% | - |
| XYZ | 23.93 | 14.14 | 50.76 | - |
| YUV | 105.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 191 | 0.21 | 0.65 | 0 | 0.25 | 280.32 | 0.49 | 0.5 |
| Hex | 96 | 42 | BF | 15 | 41 | 0 | 19 | 118 | 31 | 32 |
| Octal | 226 | 102 | 277 | 25 | 101 | 0 | 31 | 430 | 61 | 62 |
| Binary | 10010110 | 1000010 | 10111111 | 10101 | 1000001 | 0 | 11001 | 100011000 | 110001 | 110010 |
Color Harmonies of #9642BF
Complementary color
Monochromatic Colors of #9642BF
Black with #9642BF
Text Example
Text Example
White with #9642BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642BF; }
p { color: rgb(150,66,191); }
H1.HeaderClassName
{
color: #9642BF;
}
.AnyTagClassName
{
color: #9642BF;
}
</style>
background-color css
<style>
a { background-color: #9642BF; }
a { background-color: rgb(150,66,191); }
div.DivClassName
{
background-color: #9642BF;
}
.BgClassName
{
background-color: #9642BF;
}
</style>
border-color css
<style>
span { border-color: #9642BF; }
span { border-color: rgb(150,66,191); }
td.TdClassName
{
border-color: #9642BF;
}
.TagClassName
{
border-color: #9642BF;
}
</style>