Shades of Deep Lilac #9559AF
Tints of Deep Lilac #9559AF
RGB
CMYK
RGB Variations
Color information
#9559AF (or 0x9559AF) is known color: Deep Lilac. HEX triplet: 95, 59 and AF. RGB value is (149,89,175). Sum of RGB (Red+Green+Blue) = 149+89+175=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #9559AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9559AF is #6AA650. Grayscale: #747474. Windows color (decimal): -6989393 or 11491733. OLE color: 11491733.
HSL color Cylindrical-coordinate representation of color #9559AF: hue angle of 281.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9559AF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 89 | 175 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.31 |
| HSL | 281.86º | 0.35% | 0.52% | - |
| HSV(B) | 281.86º | 0.49% | 0.69% | - |
| XYZ | 23.7 | 16.63 | 42.52 | - |
| YUV | 116.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 175 | 0.15 | 0.49 | 0 | 0.31 | 281.86 | 0.35 | 0.52 |
| Hex | 95 | 59 | AF | F | 31 | 0 | 1F | 11A | 23 | 34 |
| Octal | 225 | 131 | 257 | 17 | 61 | 0 | 37 | 432 | 43 | 64 |
| Binary | 10010101 | 1011001 | 10101111 | 1111 | 110001 | 0 | 11111 | 100011010 | 100011 | 110100 |
Color Harmonies of #9559AF
Complementary color
Monochromatic Colors of #9559AF
Black with #9559AF
Text Example
Text Example
White with #9559AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559AF; }
p { color: rgb(149,89,175); }
H1.HeaderClassName
{
color: #9559AF;
}
.AnyTagClassName
{
color: #9559AF;
}
</style>
background-color css
<style>
a { background-color: #9559AF; }
a { background-color: rgb(149,89,175); }
div.DivClassName
{
background-color: #9559AF;
}
.BgClassName
{
background-color: #9559AF;
}
</style>
border-color css
<style>
span { border-color: #9559AF; }
span { border-color: rgb(149,89,175); }
td.TdClassName
{
border-color: #9559AF;
}
.TagClassName
{
border-color: #9559AF;
}
</style>