Shades of Deep Lilac #9F3CB3
Tints of Deep Lilac #9F3CB3
RGB
CMYK
RGB Variations
Color information
#9F3CB3 (or 0x9F3CB3) is known color: Deep Lilac. HEX triplet: 9F, 3C and B3. RGB value is (159,60,179). Sum of RGB (Red+Green+Blue) = 159+60+179=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F3CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CB3 is #60C34C. Grayscale: #666666. Windows color (decimal): -6341453 or 11746463. OLE color: 11746463.
HSL color Cylindrical-coordinate representation of color #9F3CB3: hue angle of 289.92º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3CB3 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 60 | 179 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.30 |
| HSL | 289.92º | 0.5% | 0.47% | - |
| HSV(B) | 289.92º | 0.66% | 0.7% | - |
| XYZ | 24.05 | 13.86 | 44.05 | - |
| YUV | 103.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 179 | 0.11 | 0.66 | 0 | 0.30 | 289.92 | 0.5 | 0.47 |
| Hex | 9F | 3C | B3 | B | 42 | 0 | 1E | 122 | 32 | 2F |
| Octal | 237 | 74 | 263 | 13 | 102 | 0 | 36 | 442 | 62 | 57 |
| Binary | 10011111 | 111100 | 10110011 | 1011 | 1000010 | 0 | 11110 | 100100010 | 110010 | 101111 |
Color Harmonies of #9F3CB3
Complementary color
Monochromatic Colors of #9F3CB3
Black with #9F3CB3
Text Example
Text Example
White with #9F3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CB3; }
p { color: rgb(159,60,179); }
H1.HeaderClassName
{
color: #9F3CB3;
}
.AnyTagClassName
{
color: #9F3CB3;
}
</style>
background-color css
<style>
a { background-color: #9F3CB3; }
a { background-color: rgb(159,60,179); }
div.DivClassName
{
background-color: #9F3CB3;
}
.BgClassName
{
background-color: #9F3CB3;
}
</style>
border-color css
<style>
span { border-color: #9F3CB3; }
span { border-color: rgb(159,60,179); }
td.TdClassName
{
border-color: #9F3CB3;
}
.TagClassName
{
border-color: #9F3CB3;
}
</style>