Shades of Deep Lilac #9F4BAF
Tints of Deep Lilac #9F4BAF
RGB
CMYK
RGB Variations
Color information
#9F4BAF (or 0x9F4BAF) is known color: Deep Lilac. HEX triplet: 9F, 4B and AF. RGB value is (159,75,175). Sum of RGB (Red+Green+Blue) = 159+75+175=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4BAF is #60B450. Grayscale: #6F6F6F. Windows color (decimal): -6337617 or 11488159. OLE color: 11488159.
HSL color Cylindrical-coordinate representation of color #9F4BAF: hue angle of 290.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4BAF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 75 | 175 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.31 |
| HSL | 290.4º | 0.4% | 0.49% | - |
| HSV(B) | 290.4º | 0.57% | 0.69% | - |
| XYZ | 24.55 | 15.5 | 42.25 | - |
| YUV | 111.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 175 | 0.09 | 0.57 | 0 | 0.31 | 290.4 | 0.4 | 0.49 |
| Hex | 9F | 4B | AF | 9 | 39 | 0 | 1F | 122 | 28 | 31 |
| Octal | 237 | 113 | 257 | 11 | 71 | 0 | 37 | 442 | 50 | 61 |
| Binary | 10011111 | 1001011 | 10101111 | 1001 | 111001 | 0 | 11111 | 100100010 | 101000 | 110001 |
Color Harmonies of #9F4BAF
Complementary color
Monochromatic Colors of #9F4BAF
Black with #9F4BAF
Text Example
Text Example
White with #9F4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BAF; }
p { color: rgb(159,75,175); }
H1.HeaderClassName
{
color: #9F4BAF;
}
.AnyTagClassName
{
color: #9F4BAF;
}
</style>
background-color css
<style>
a { background-color: #9F4BAF; }
a { background-color: rgb(159,75,175); }
div.DivClassName
{
background-color: #9F4BAF;
}
.BgClassName
{
background-color: #9F4BAF;
}
</style>
border-color css
<style>
span { border-color: #9F4BAF; }
span { border-color: rgb(159,75,175); }
td.TdClassName
{
border-color: #9F4BAF;
}
.TagClassName
{
border-color: #9F4BAF;
}
</style>