Shades of Deep Lilac #9F60B4
Tints of Deep Lilac #9F60B4
RGB
CMYK
RGB Variations
Color information
#9F60B4 (or 0x9F60B4) is known color: Deep Lilac. HEX triplet: 9F, 60 and B4. RGB value is (159,96,180). Sum of RGB (Red+Green+Blue) = 159+96+180=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60B4 is #609F4B. Grayscale: #7C7C7C. Windows color (decimal): -6332236 or 11821215. OLE color: 11821215.
HSL color Cylindrical-coordinate representation of color #9F60B4: hue angle of 285º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F60B4 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 96 | 180 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.29 |
| HSL | 285º | 0.36% | 0.54% | - |
| HSV(B) | 285º | 0.47% | 0.71% | - |
| XYZ | 26.72 | 19.03 | 45.45 | - |
| YUV | 124.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 180 | 0.12 | 0.47 | 0 | 0.29 | 285 | 0.36 | 0.54 |
| Hex | 9F | 60 | B4 | C | 2F | 0 | 1D | 11D | 24 | 36 |
| Octal | 237 | 140 | 264 | 14 | 57 | 0 | 35 | 435 | 44 | 66 |
| Binary | 10011111 | 1100000 | 10110100 | 1100 | 101111 | 0 | 11101 | 100011101 | 100100 | 110110 |
Color Harmonies of #9F60B4
Complementary color
Monochromatic Colors of #9F60B4
Black with #9F60B4
Text Example
Text Example
White with #9F60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60B4; }
p { color: rgb(159,96,180); }
H1.HeaderClassName
{
color: #9F60B4;
}
.AnyTagClassName
{
color: #9F60B4;
}
</style>
background-color css
<style>
a { background-color: #9F60B4; }
a { background-color: rgb(159,96,180); }
div.DivClassName
{
background-color: #9F60B4;
}
.BgClassName
{
background-color: #9F60B4;
}
</style>
border-color css
<style>
span { border-color: #9F60B4; }
span { border-color: rgb(159,96,180); }
td.TdClassName
{
border-color: #9F60B4;
}
.TagClassName
{
border-color: #9F60B4;
}
</style>