Shades of Deep Lilac #9A51BE
Tints of Deep Lilac #9A51BE
RGB
CMYK
RGB Variations
Color information
#9A51BE (or 0x9A51BE) is known color: Deep Lilac. HEX triplet: 9A, 51 and BE. RGB value is (154,81,190). Sum of RGB (Red+Green+Blue) = 154+81+190=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51BE is #65AE41. Grayscale: #727272. Windows color (decimal): -6663746 or 12472730. OLE color: 12472730.
HSL color Cylindrical-coordinate representation of color #9A51BE: hue angle of 280.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A51BE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 81 | 190 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.25 |
| HSL | 280.18º | 0.46% | 0.53% | - |
| HSV(B) | 280.18º | 0.57% | 0.75% | - |
| XYZ | 25.56 | 16.47 | 50.55 | - |
| YUV | 115.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 190 | 0.19 | 0.57 | 0 | 0.25 | 280.18 | 0.46 | 0.53 |
| Hex | 9A | 51 | BE | 13 | 39 | 0 | 19 | 118 | 2E | 35 |
| Octal | 232 | 121 | 276 | 23 | 71 | 0 | 31 | 430 | 56 | 65 |
| Binary | 10011010 | 1010001 | 10111110 | 10011 | 111001 | 0 | 11001 | 100011000 | 101110 | 110101 |
Color Harmonies of #9A51BE
Complementary color
Monochromatic Colors of #9A51BE
Black with #9A51BE
Text Example
Text Example
White with #9A51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A51BE; }
p { color: rgb(154,81,190); }
H1.HeaderClassName
{
color: #9A51BE;
}
.AnyTagClassName
{
color: #9A51BE;
}
</style>
background-color css
<style>
a { background-color: #9A51BE; }
a { background-color: rgb(154,81,190); }
div.DivClassName
{
background-color: #9A51BE;
}
.BgClassName
{
background-color: #9A51BE;
}
</style>
border-color css
<style>
span { border-color: #9A51BE; }
span { border-color: rgb(154,81,190); }
td.TdClassName
{
border-color: #9A51BE;
}
.TagClassName
{
border-color: #9A51BE;
}
</style>