Shades of Deep Lilac #9F43BE
Tints of Deep Lilac #9F43BE
RGB
CMYK
RGB Variations
Color information
#9F43BE (or 0x9F43BE) is known color: Deep Lilac. HEX triplet: 9F, 43 and BE. RGB value is (159,67,190). Sum of RGB (Red+Green+Blue) = 159+67+190=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F43BE is #60BC41. Grayscale: #6C6C6C. Windows color (decimal): -6339650 or 12469151. OLE color: 12469151.
HSL color Cylindrical-coordinate representation of color #9F43BE: hue angle of 284.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F43BE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 67 | 190 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.25 |
| HSL | 284.88º | 0.49% | 0.5% | - |
| HSV(B) | 284.88º | 0.65% | 0.75% | - |
| XYZ | 25.6 | 15.1 | 50.28 | - |
| YUV | 108.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 190 | 0.16 | 0.65 | 0 | 0.25 | 284.88 | 0.49 | 0.5 |
| Hex | 9F | 43 | BE | 10 | 41 | 0 | 19 | 11D | 31 | 32 |
| Octal | 237 | 103 | 276 | 20 | 101 | 0 | 31 | 435 | 61 | 62 |
| Binary | 10011111 | 1000011 | 10111110 | 10000 | 1000001 | 0 | 11001 | 100011101 | 110001 | 110010 |
Color Harmonies of #9F43BE
Complementary color
Monochromatic Colors of #9F43BE
Black with #9F43BE
Text Example
Text Example
White with #9F43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F43BE; }
p { color: rgb(159,67,190); }
H1.HeaderClassName
{
color: #9F43BE;
}
.AnyTagClassName
{
color: #9F43BE;
}
</style>
background-color css
<style>
a { background-color: #9F43BE; }
a { background-color: rgb(159,67,190); }
div.DivClassName
{
background-color: #9F43BE;
}
.BgClassName
{
background-color: #9F43BE;
}
</style>
border-color css
<style>
span { border-color: #9F43BE; }
span { border-color: rgb(159,67,190); }
td.TdClassName
{
border-color: #9F43BE;
}
.TagClassName
{
border-color: #9F43BE;
}
</style>