Shades of Deep Lilac #9A46BE
Tints of Deep Lilac #9A46BE
RGB
CMYK
RGB Variations
Color information
#9A46BE (or 0x9A46BE) is known color: Deep Lilac. HEX triplet: 9A, 46 and BE. RGB value is (154,70,190). Sum of RGB (Red+Green+Blue) = 154+70+190=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A46BE is #65B941. Grayscale: #6C6C6C. Windows color (decimal): -6666562 or 12469914. OLE color: 12469914.
HSL color Cylindrical-coordinate representation of color #9A46BE: hue angle of 282º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A46BE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 70 | 190 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.25 |
| HSL | 282º | 0.48% | 0.51% | - |
| HSV(B) | 282º | 0.63% | 0.75% | - |
| XYZ | 24.81 | 14.97 | 50.3 | - |
| YUV | 108.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 190 | 0.19 | 0.63 | 0 | 0.25 | 282 | 0.48 | 0.51 |
| Hex | 9A | 46 | BE | 13 | 3F | 0 | 19 | 11A | 30 | 33 |
| Octal | 232 | 106 | 276 | 23 | 77 | 0 | 31 | 432 | 60 | 63 |
| Binary | 10011010 | 1000110 | 10111110 | 10011 | 111111 | 0 | 11001 | 100011010 | 110000 | 110011 |
Color Harmonies of #9A46BE
Complementary color
Monochromatic Colors of #9A46BE
Black with #9A46BE
Text Example
Text Example
White with #9A46BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A46BE; }
p { color: rgb(154,70,190); }
H1.HeaderClassName
{
color: #9A46BE;
}
.AnyTagClassName
{
color: #9A46BE;
}
</style>
background-color css
<style>
a { background-color: #9A46BE; }
a { background-color: rgb(154,70,190); }
div.DivClassName
{
background-color: #9A46BE;
}
.BgClassName
{
background-color: #9A46BE;
}
</style>
border-color css
<style>
span { border-color: #9A46BE; }
span { border-color: rgb(154,70,190); }
td.TdClassName
{
border-color: #9A46BE;
}
.TagClassName
{
border-color: #9A46BE;
}
</style>