Shades of Deep Lilac #9F4CC6
Tints of Deep Lilac #9F4CC6
RGB
CMYK
RGB Variations
Color information
#9F4CC6 (or 0x9F4CC6) is known color: Deep Lilac. HEX triplet: 9F, 4C and C6. RGB value is (159,76,198). Sum of RGB (Red+Green+Blue) = 159+76+198=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CC6 is #60B339. Grayscale: #727272. Windows color (decimal): -6337338 or 12995743. OLE color: 12995743.
HSL color Cylindrical-coordinate representation of color #9F4CC6: hue angle of 280.82º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F4CC6 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 76 | 198 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.22 |
| HSL | 280.82º | 0.52% | 0.54% | - |
| HSV(B) | 280.82º | 0.62% | 0.78% | - |
| XYZ | 27.08 | 16.62 | 55.21 | - |
| YUV | 114.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 198 | 0.20 | 0.62 | 0 | 0.22 | 280.82 | 0.52 | 0.54 |
| Hex | 9F | 4C | C6 | 14 | 3E | 0 | 16 | 119 | 34 | 36 |
| Octal | 237 | 114 | 306 | 24 | 76 | 0 | 26 | 431 | 64 | 66 |
| Binary | 10011111 | 1001100 | 11000110 | 10100 | 111110 | 0 | 10110 | 100011001 | 110100 | 110110 |
Color Harmonies of #9F4CC6
Complementary color
Monochromatic Colors of #9F4CC6
Black with #9F4CC6
Text Example
Text Example
White with #9F4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CC6; }
p { color: rgb(159,76,198); }
H1.HeaderClassName
{
color: #9F4CC6;
}
.AnyTagClassName
{
color: #9F4CC6;
}
</style>
background-color css
<style>
a { background-color: #9F4CC6; }
a { background-color: rgb(159,76,198); }
div.DivClassName
{
background-color: #9F4CC6;
}
.BgClassName
{
background-color: #9F4CC6;
}
</style>
border-color css
<style>
span { border-color: #9F4CC6; }
span { border-color: rgb(159,76,198); }
td.TdClassName
{
border-color: #9F4CC6;
}
.TagClassName
{
border-color: #9F4CC6;
}
</style>