Shades of Deep Lilac #9455AB
Tints of Deep Lilac #9455AB
RGB
CMYK
RGB Variations
Color information
#9455AB (or 0x9455AB) is known color: Deep Lilac. HEX triplet: 94, 55 and AB. RGB value is (148,85,171). Sum of RGB (Red+Green+Blue) = 148+85+171=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9455AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9455AB is #6BAA54. Grayscale: #717171. Windows color (decimal): -7055957 or 11228564. OLE color: 11228564.
HSL color Cylindrical-coordinate representation of color #9455AB: hue angle of 283.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9455AB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 85 | 171 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.33 |
| HSL | 283.95º | 0.34% | 0.5% | - |
| HSV(B) | 283.95º | 0.5% | 0.67% | - |
| XYZ | 22.81 | 15.73 | 40.36 | - |
| YUV | 113.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 171 | 0.13 | 0.50 | 0 | 0.33 | 283.95 | 0.34 | 0.5 |
| Hex | 94 | 55 | AB | D | 32 | 0 | 21 | 11C | 22 | 32 |
| Octal | 224 | 125 | 253 | 15 | 62 | 0 | 41 | 434 | 42 | 62 |
| Binary | 10010100 | 1010101 | 10101011 | 1101 | 110010 | 0 | 100001 | 100011100 | 100010 | 110010 |
Color Harmonies of #9455AB
Complementary color
Monochromatic Colors of #9455AB
Black with #9455AB
Text Example
Text Example
White with #9455AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9455AB; }
p { color: rgb(148,85,171); }
H1.HeaderClassName
{
color: #9455AB;
}
.AnyTagClassName
{
color: #9455AB;
}
</style>
background-color css
<style>
a { background-color: #9455AB; }
a { background-color: rgb(148,85,171); }
div.DivClassName
{
background-color: #9455AB;
}
.BgClassName
{
background-color: #9455AB;
}
</style>
border-color css
<style>
span { border-color: #9455AB; }
span { border-color: rgb(148,85,171); }
td.TdClassName
{
border-color: #9455AB;
}
.TagClassName
{
border-color: #9455AB;
}
</style>