Shades of Deep Lilac #9A58C9
Tints of Deep Lilac #9A58C9
RGB
CMYK
RGB Variations
Color information
#9A58C9 (or 0x9A58C9) is known color: Deep Lilac. HEX triplet: 9A, 58 and C9. RGB value is (154,88,201). Sum of RGB (Red+Green+Blue) = 154+88+201=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A58C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58C9 is #65A736. Grayscale: #787878. Windows color (decimal): -6661943 or 13195418. OLE color: 13195418.
HSL color Cylindrical-coordinate representation of color #9A58C9: hue angle of 275.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A58C9 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 88 | 201 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.21 |
| HSL | 275.04º | 0.51% | 0.57% | - |
| HSV(B) | 275.04º | 0.56% | 0.79% | - |
| XYZ | 27.36 | 18.07 | 57.3 | - |
| YUV | 120.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 201 | 0.23 | 0.56 | 0 | 0.21 | 275.04 | 0.51 | 0.57 |
| Hex | 9A | 58 | C9 | 17 | 38 | 0 | 15 | 113 | 33 | 39 |
| Octal | 232 | 130 | 311 | 27 | 70 | 0 | 25 | 423 | 63 | 71 |
| Binary | 10011010 | 1011000 | 11001001 | 10111 | 111000 | 0 | 10101 | 100010011 | 110011 | 111001 |
Color Harmonies of #9A58C9
Complementary color
Monochromatic Colors of #9A58C9
Black with #9A58C9
Text Example
Text Example
White with #9A58C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58C9; }
p { color: rgb(154,88,201); }
H1.HeaderClassName
{
color: #9A58C9;
}
.AnyTagClassName
{
color: #9A58C9;
}
</style>
background-color css
<style>
a { background-color: #9A58C9; }
a { background-color: rgb(154,88,201); }
div.DivClassName
{
background-color: #9A58C9;
}
.BgClassName
{
background-color: #9A58C9;
}
</style>
border-color css
<style>
span { border-color: #9A58C9; }
span { border-color: rgb(154,88,201); }
td.TdClassName
{
border-color: #9A58C9;
}
.TagClassName
{
border-color: #9A58C9;
}
</style>