Shades of Deep Lilac #9F3CB0
Tints of Deep Lilac #9F3CB0
RGB
CMYK
RGB Variations
Color information
#9F3CB0 (or 0x9F3CB0) is known color: Deep Lilac. HEX triplet: 9F, 3C and B0. RGB value is (159,60,176). Sum of RGB (Red+Green+Blue) = 159+60+176=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F3CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CB0 is #60C34F. Grayscale: #666666. Windows color (decimal): -6341456 or 11549855. OLE color: 11549855.
HSL color Cylindrical-coordinate representation of color #9F3CB0: hue angle of 291.21º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3CB0 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 60 | 176 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.31 |
| HSL | 291.21º | 0.49% | 0.46% | - |
| HSV(B) | 291.21º | 0.66% | 0.69% | - |
| XYZ | 23.75 | 13.74 | 42.47 | - |
| YUV | 102.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 176 | 0.10 | 0.66 | 0 | 0.31 | 291.21 | 0.49 | 0.46 |
| Hex | 9F | 3C | B0 | A | 42 | 0 | 1F | 123 | 31 | 2E |
| Octal | 237 | 74 | 260 | 12 | 102 | 0 | 37 | 443 | 61 | 56 |
| Binary | 10011111 | 111100 | 10110000 | 1010 | 1000010 | 0 | 11111 | 100100011 | 110001 | 101110 |
Color Harmonies of #9F3CB0
Complementary color
Monochromatic Colors of #9F3CB0
Black with #9F3CB0
Text Example
Text Example
White with #9F3CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CB0; }
p { color: rgb(159,60,176); }
H1.HeaderClassName
{
color: #9F3CB0;
}
.AnyTagClassName
{
color: #9F3CB0;
}
</style>
background-color css
<style>
a { background-color: #9F3CB0; }
a { background-color: rgb(159,60,176); }
div.DivClassName
{
background-color: #9F3CB0;
}
.BgClassName
{
background-color: #9F3CB0;
}
</style>
border-color css
<style>
span { border-color: #9F3CB0; }
span { border-color: rgb(159,60,176); }
td.TdClassName
{
border-color: #9F3CB0;
}
.TagClassName
{
border-color: #9F3CB0;
}
</style>