Shades of Deep Lilac #9557AF
Tints of Deep Lilac #9557AF
RGB
CMYK
RGB Variations
Color information
#9557AF (or 0x9557AF) is known color: Deep Lilac. HEX triplet: 95, 57 and AF. RGB value is (149,87,175). Sum of RGB (Red+Green+Blue) = 149+87+175=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #9557AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9557AF is #6AA850. Grayscale: #737373. Windows color (decimal): -6989905 or 11491221. OLE color: 11491221.
HSL color Cylindrical-coordinate representation of color #9557AF: hue angle of 282.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9557AF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 87 | 175 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.31 |
| HSL | 282.27º | 0.35% | 0.51% | - |
| HSV(B) | 282.27º | 0.5% | 0.69% | - |
| XYZ | 23.54 | 16.3 | 42.46 | - |
| YUV | 115.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 175 | 0.15 | 0.50 | 0 | 0.31 | 282.27 | 0.35 | 0.51 |
| Hex | 95 | 57 | AF | F | 32 | 0 | 1F | 11A | 23 | 33 |
| Octal | 225 | 127 | 257 | 17 | 62 | 0 | 37 | 432 | 43 | 63 |
| Binary | 10010101 | 1010111 | 10101111 | 1111 | 110010 | 0 | 11111 | 100011010 | 100011 | 110011 |
Color Harmonies of #9557AF
Complementary color
Monochromatic Colors of #9557AF
Black with #9557AF
Text Example
Text Example
White with #9557AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9557AF; }
p { color: rgb(149,87,175); }
H1.HeaderClassName
{
color: #9557AF;
}
.AnyTagClassName
{
color: #9557AF;
}
</style>
background-color css
<style>
a { background-color: #9557AF; }
a { background-color: rgb(149,87,175); }
div.DivClassName
{
background-color: #9557AF;
}
.BgClassName
{
background-color: #9557AF;
}
</style>
border-color css
<style>
span { border-color: #9557AF; }
span { border-color: rgb(149,87,175); }
td.TdClassName
{
border-color: #9557AF;
}
.TagClassName
{
border-color: #9557AF;
}
</style>