Shades of Deep Lilac #9A55CA
Tints of Deep Lilac #9A55CA
RGB
CMYK
RGB Variations
Color information
#9A55CA (or 0x9A55CA) is known color: Deep Lilac. HEX triplet: 9A, 55 and CA. RGB value is (154,85,202). Sum of RGB (Red+Green+Blue) = 154+85+202=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55CA is #65AA35. Grayscale: #767676. Windows color (decimal): -6662710 or 13260186. OLE color: 13260186.
HSL color Cylindrical-coordinate representation of color #9A55CA: hue angle of 275.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A55CA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 85 | 202 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.21 |
| HSL | 275.38º | 0.52% | 0.56% | - |
| HSV(B) | 275.38º | 0.58% | 0.79% | - |
| XYZ | 27.24 | 17.63 | 57.84 | - |
| YUV | 118.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 202 | 0.24 | 0.58 | 0 | 0.21 | 275.38 | 0.52 | 0.56 |
| Hex | 9A | 55 | CA | 18 | 3A | 0 | 15 | 113 | 34 | 38 |
| Octal | 232 | 125 | 312 | 30 | 72 | 0 | 25 | 423 | 64 | 70 |
| Binary | 10011010 | 1010101 | 11001010 | 11000 | 111010 | 0 | 10101 | 100010011 | 110100 | 111000 |
Color Harmonies of #9A55CA
Complementary color
Monochromatic Colors of #9A55CA
Black with #9A55CA
Text Example
Text Example
White with #9A55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55CA; }
p { color: rgb(154,85,202); }
H1.HeaderClassName
{
color: #9A55CA;
}
.AnyTagClassName
{
color: #9A55CA;
}
</style>
background-color css
<style>
a { background-color: #9A55CA; }
a { background-color: rgb(154,85,202); }
div.DivClassName
{
background-color: #9A55CA;
}
.BgClassName
{
background-color: #9A55CA;
}
</style>
border-color css
<style>
span { border-color: #9A55CA; }
span { border-color: rgb(154,85,202); }
td.TdClassName
{
border-color: #9A55CA;
}
.TagClassName
{
border-color: #9A55CA;
}
</style>