Shades of Deep Lilac #9F43AB
Tints of Deep Lilac #9F43AB
RGB
CMYK
RGB Variations
Color information
#9F43AB (or 0x9F43AB) is known color: Deep Lilac. HEX triplet: 9F, 43 and AB. RGB value is (159,67,171). Sum of RGB (Red+Green+Blue) = 159+67+171=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F43AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F43AB is #60BC54. Grayscale: #6A6A6A. Windows color (decimal): -6339669 or 11223967. OLE color: 11223967.
HSL color Cylindrical-coordinate representation of color #9F43AB: hue angle of 293.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F43AB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 67 | 171 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.33 |
| HSL | 293.08º | 0.44% | 0.47% | - |
| HSV(B) | 293.08º | 0.61% | 0.67% | - |
| XYZ | 23.66 | 14.33 | 40.05 | - |
| YUV | 106.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 171 | 0.07 | 0.61 | 0 | 0.33 | 293.08 | 0.44 | 0.47 |
| Hex | 9F | 43 | AB | 7 | 3D | 0 | 21 | 125 | 2C | 2F |
| Octal | 237 | 103 | 253 | 7 | 75 | 0 | 41 | 445 | 54 | 57 |
| Binary | 10011111 | 1000011 | 10101011 | 111 | 111101 | 0 | 100001 | 100100101 | 101100 | 101111 |
Color Harmonies of #9F43AB
Complementary color
Monochromatic Colors of #9F43AB
Black with #9F43AB
Text Example
Text Example
White with #9F43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F43AB; }
p { color: rgb(159,67,171); }
H1.HeaderClassName
{
color: #9F43AB;
}
.AnyTagClassName
{
color: #9F43AB;
}
</style>
background-color css
<style>
a { background-color: #9F43AB; }
a { background-color: rgb(159,67,171); }
div.DivClassName
{
background-color: #9F43AB;
}
.BgClassName
{
background-color: #9F43AB;
}
</style>
border-color css
<style>
span { border-color: #9F43AB; }
span { border-color: rgb(159,67,171); }
td.TdClassName
{
border-color: #9F43AB;
}
.TagClassName
{
border-color: #9F43AB;
}
</style>