Shades of Deep Lilac #9A58B3
Tints of Deep Lilac #9A58B3
RGB
CMYK
RGB Variations
Color information
#9A58B3 (or 0x9A58B3) is known color: Deep Lilac. HEX triplet: 9A, 58 and B3. RGB value is (154,88,179). Sum of RGB (Red+Green+Blue) = 154+88+179=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A58B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58B3 is #65A74C. Grayscale: #757575. Windows color (decimal): -6661965 or 11753626. OLE color: 11753626.
HSL color Cylindrical-coordinate representation of color #9A58B3: hue angle of 283.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A58B3 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 88 | 179 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.30 |
| HSL | 283.52º | 0.37% | 0.52% | - |
| HSV(B) | 283.52º | 0.51% | 0.7% | - |
| XYZ | 24.95 | 17.1 | 44.63 | - |
| YUV | 118.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 179 | 0.14 | 0.51 | 0 | 0.30 | 283.52 | 0.37 | 0.52 |
| Hex | 9A | 58 | B3 | E | 33 | 0 | 1E | 11C | 25 | 34 |
| Octal | 232 | 130 | 263 | 16 | 63 | 0 | 36 | 434 | 45 | 64 |
| Binary | 10011010 | 1011000 | 10110011 | 1110 | 110011 | 0 | 11110 | 100011100 | 100101 | 110100 |
Color Harmonies of #9A58B3
Complementary color
Monochromatic Colors of #9A58B3
Black with #9A58B3
Text Example
Text Example
White with #9A58B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58B3; }
p { color: rgb(154,88,179); }
H1.HeaderClassName
{
color: #9A58B3;
}
.AnyTagClassName
{
color: #9A58B3;
}
</style>
background-color css
<style>
a { background-color: #9A58B3; }
a { background-color: rgb(154,88,179); }
div.DivClassName
{
background-color: #9A58B3;
}
.BgClassName
{
background-color: #9A58B3;
}
</style>
border-color css
<style>
span { border-color: #9A58B3; }
span { border-color: rgb(154,88,179); }
td.TdClassName
{
border-color: #9A58B3;
}
.TagClassName
{
border-color: #9A58B3;
}
</style>