Shades of Deep Lilac #9A58AF
Tints of Deep Lilac #9A58AF
RGB
CMYK
RGB Variations
Color information
#9A58AF (or 0x9A58AF) is known color: Deep Lilac. HEX triplet: 9A, 58 and AF. RGB value is (154,88,175). Sum of RGB (Red+Green+Blue) = 154+88+175=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A58AF is #65A750. Grayscale: #757575. Windows color (decimal): -6661969 or 11491482. OLE color: 11491482.
HSL color Cylindrical-coordinate representation of color #9A58AF: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A58AF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 88 | 175 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.31 |
| HSL | 285.52º | 0.35% | 0.52% | - |
| HSV(B) | 285.52º | 0.5% | 0.69% | - |
| XYZ | 24.55 | 16.94 | 42.53 | - |
| YUV | 117.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 175 | 0.12 | 0.50 | 0 | 0.31 | 285.52 | 0.35 | 0.52 |
| Hex | 9A | 58 | AF | C | 32 | 0 | 1F | 11E | 23 | 34 |
| Octal | 232 | 130 | 257 | 14 | 62 | 0 | 37 | 436 | 43 | 64 |
| Binary | 10011010 | 1011000 | 10101111 | 1100 | 110010 | 0 | 11111 | 100011110 | 100011 | 110100 |
Color Harmonies of #9A58AF
Complementary color
Monochromatic Colors of #9A58AF
Black with #9A58AF
Text Example
Text Example
White with #9A58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58AF; }
p { color: rgb(154,88,175); }
H1.HeaderClassName
{
color: #9A58AF;
}
.AnyTagClassName
{
color: #9A58AF;
}
</style>
background-color css
<style>
a { background-color: #9A58AF; }
a { background-color: rgb(154,88,175); }
div.DivClassName
{
background-color: #9A58AF;
}
.BgClassName
{
background-color: #9A58AF;
}
</style>
border-color css
<style>
span { border-color: #9A58AF; }
span { border-color: rgb(154,88,175); }
td.TdClassName
{
border-color: #9A58AF;
}
.TagClassName
{
border-color: #9A58AF;
}
</style>