Shades of Deep Lilac #9F43BD
Tints of Deep Lilac #9F43BD
RGB
CMYK
RGB Variations
Color information
#9F43BD (or 0x9F43BD) is known color: Deep Lilac. HEX triplet: 9F, 43 and BD. RGB value is (159,67,189). Sum of RGB (Red+Green+Blue) = 159+67+189=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F43BD is #60BC42. Grayscale: #6C6C6C. Windows color (decimal): -6339651 or 12403615. OLE color: 12403615.
HSL color Cylindrical-coordinate representation of color #9F43BD: hue angle of 285.25º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F43BD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 67 | 189 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.26 |
| HSL | 285.25º | 0.48% | 0.5% | - |
| HSV(B) | 285.25º | 0.65% | 0.74% | - |
| XYZ | 25.49 | 15.06 | 49.71 | - |
| YUV | 108.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 189 | 0.16 | 0.65 | 0 | 0.26 | 285.25 | 0.48 | 0.5 |
| Hex | 9F | 43 | BD | 10 | 41 | 0 | 1A | 11D | 30 | 32 |
| Octal | 237 | 103 | 275 | 20 | 101 | 0 | 32 | 435 | 60 | 62 |
| Binary | 10011111 | 1000011 | 10111101 | 10000 | 1000001 | 0 | 11010 | 100011101 | 110000 | 110010 |
Color Harmonies of #9F43BD
Complementary color
Monochromatic Colors of #9F43BD
Black with #9F43BD
Text Example
Text Example
White with #9F43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F43BD; }
p { color: rgb(159,67,189); }
H1.HeaderClassName
{
color: #9F43BD;
}
.AnyTagClassName
{
color: #9F43BD;
}
</style>
background-color css
<style>
a { background-color: #9F43BD; }
a { background-color: rgb(159,67,189); }
div.DivClassName
{
background-color: #9F43BD;
}
.BgClassName
{
background-color: #9F43BD;
}
</style>
border-color css
<style>
span { border-color: #9F43BD; }
span { border-color: rgb(159,67,189); }
td.TdClassName
{
border-color: #9F43BD;
}
.TagClassName
{
border-color: #9F43BD;
}
</style>