Shades of Deep Lilac #9A41BE
Tints of Deep Lilac #9A41BE
RGB
CMYK
RGB Variations
Color information
#9A41BE (or 0x9A41BE) is known color: Deep Lilac. HEX triplet: 9A, 41 and BE. RGB value is (154,65,190). Sum of RGB (Red+Green+Blue) = 154+65+190=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A41BE is #65BE41. Grayscale: #696969. Windows color (decimal): -6667842 or 12468634. OLE color: 12468634.
HSL color Cylindrical-coordinate representation of color #9A41BE: hue angle of 282.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A41BE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 65 | 190 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.25 |
| HSL | 282.72º | 0.49% | 0.5% | - |
| HSV(B) | 282.72º | 0.66% | 0.75% | - |
| XYZ | 24.51 | 14.37 | 50.2 | - |
| YUV | 105.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 190 | 0.19 | 0.66 | 0 | 0.25 | 282.72 | 0.49 | 0.5 |
| Hex | 9A | 41 | BE | 13 | 42 | 0 | 19 | 11B | 31 | 32 |
| Octal | 232 | 101 | 276 | 23 | 102 | 0 | 31 | 433 | 61 | 62 |
| Binary | 10011010 | 1000001 | 10111110 | 10011 | 1000010 | 0 | 11001 | 100011011 | 110001 | 110010 |
Color Harmonies of #9A41BE
Complementary color
Monochromatic Colors of #9A41BE
Black with #9A41BE
Text Example
Text Example
White with #9A41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41BE; }
p { color: rgb(154,65,190); }
H1.HeaderClassName
{
color: #9A41BE;
}
.AnyTagClassName
{
color: #9A41BE;
}
</style>
background-color css
<style>
a { background-color: #9A41BE; }
a { background-color: rgb(154,65,190); }
div.DivClassName
{
background-color: #9A41BE;
}
.BgClassName
{
background-color: #9A41BE;
}
</style>
border-color css
<style>
span { border-color: #9A41BE; }
span { border-color: rgb(154,65,190); }
td.TdClassName
{
border-color: #9A41BE;
}
.TagClassName
{
border-color: #9A41BE;
}
</style>