Shades of Deep Lilac #9642A8
Tints of Deep Lilac #9642A8
RGB
CMYK
RGB Variations
Color information
#9642A8 (or 0x9642A8) is known color: Deep Lilac. HEX triplet: 96, 42 and A8. RGB value is (150,66,168). Sum of RGB (Red+Green+Blue) = 150+66+168=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 168 - color contains mainly: blue. Hex color #9642A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9642A8 is #69BD57. Grayscale: #666666. Windows color (decimal): -6929752 or 11027094. OLE color: 11027094.
HSL color Cylindrical-coordinate representation of color #9642A8: hue angle of 289.41º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9642A8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 66 | 168 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.34 |
| HSL | 289.41º | 0.44% | 0.46% | - |
| HSV(B) | 289.41º | 0.61% | 0.66% | - |
| XYZ | 21.59 | 13.21 | 38.46 | - |
| YUV | 102.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 168 | 0.11 | 0.61 | 0 | 0.34 | 289.41 | 0.44 | 0.46 |
| Hex | 96 | 42 | A8 | B | 3D | 0 | 22 | 121 | 2C | 2E |
| Octal | 226 | 102 | 250 | 13 | 75 | 0 | 42 | 441 | 54 | 56 |
| Binary | 10010110 | 1000010 | 10101000 | 1011 | 111101 | 0 | 100010 | 100100001 | 101100 | 101110 |
Color Harmonies of #9642A8
Complementary color
Monochromatic Colors of #9642A8
Black with #9642A8
Text Example
Text Example
White with #9642A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642A8; }
p { color: rgb(150,66,168); }
H1.HeaderClassName
{
color: #9642A8;
}
.AnyTagClassName
{
color: #9642A8;
}
</style>
background-color css
<style>
a { background-color: #9642A8; }
a { background-color: rgb(150,66,168); }
div.DivClassName
{
background-color: #9642A8;
}
.BgClassName
{
background-color: #9642A8;
}
</style>
border-color css
<style>
span { border-color: #9642A8; }
span { border-color: rgb(150,66,168); }
td.TdClassName
{
border-color: #9642A8;
}
.TagClassName
{
border-color: #9642A8;
}
</style>