Shades of Deep Lilac #9A56CA
Tints of Deep Lilac #9A56CA
RGB
CMYK
RGB Variations
Color information
#9A56CA (or 0x9A56CA) is known color: Deep Lilac. HEX triplet: 9A, 56 and CA. RGB value is (154,86,202). Sum of RGB (Red+Green+Blue) = 154+86+202=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A56CA is #65A935. Grayscale: #777777. Windows color (decimal): -6662454 or 13260442. OLE color: 13260442.
HSL color Cylindrical-coordinate representation of color #9A56CA: hue angle of 275.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A56CA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 86 | 202 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.21 |
| HSL | 275.17º | 0.52% | 0.56% | - |
| HSV(B) | 275.17º | 0.57% | 0.79% | - |
| XYZ | 27.31 | 17.79 | 57.87 | - |
| YUV | 119.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 202 | 0.24 | 0.57 | 0 | 0.21 | 275.17 | 0.52 | 0.56 |
| Hex | 9A | 56 | CA | 18 | 39 | 0 | 15 | 113 | 34 | 38 |
| Octal | 232 | 126 | 312 | 30 | 71 | 0 | 25 | 423 | 64 | 70 |
| Binary | 10011010 | 1010110 | 11001010 | 11000 | 111001 | 0 | 10101 | 100010011 | 110100 | 111000 |
Color Harmonies of #9A56CA
Complementary color
Monochromatic Colors of #9A56CA
Black with #9A56CA
Text Example
Text Example
White with #9A56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56CA; }
p { color: rgb(154,86,202); }
H1.HeaderClassName
{
color: #9A56CA;
}
.AnyTagClassName
{
color: #9A56CA;
}
</style>
background-color css
<style>
a { background-color: #9A56CA; }
a { background-color: rgb(154,86,202); }
div.DivClassName
{
background-color: #9A56CA;
}
.BgClassName
{
background-color: #9A56CA;
}
</style>
border-color css
<style>
span { border-color: #9A56CA; }
span { border-color: rgb(154,86,202); }
td.TdClassName
{
border-color: #9A56CA;
}
.TagClassName
{
border-color: #9A56CA;
}
</style>