Shades of Deep Lilac #9A52CA
Tints of Deep Lilac #9A52CA
RGB
CMYK
RGB Variations
Color information
#9A52CA (or 0x9A52CA) is known color: Deep Lilac. HEX triplet: 9A, 52 and CA. RGB value is (154,82,202). Sum of RGB (Red+Green+Blue) = 154+82+202=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52CA is #65AD35. Grayscale: #747474. Windows color (decimal): -6663478 or 13259418. OLE color: 13259418.
HSL color Cylindrical-coordinate representation of color #9A52CA: hue angle of 276º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A52CA is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 82 | 202 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.21 |
| HSL | 276º | 0.53% | 0.56% | - |
| HSV(B) | 276º | 0.59% | 0.79% | - |
| XYZ | 27 | 17.17 | 57.77 | - |
| YUV | 117.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 202 | 0.24 | 0.59 | 0 | 0.21 | 276 | 0.53 | 0.56 |
| Hex | 9A | 52 | CA | 18 | 3B | 0 | 15 | 114 | 35 | 38 |
| Octal | 232 | 122 | 312 | 30 | 73 | 0 | 25 | 424 | 65 | 70 |
| Binary | 10011010 | 1010010 | 11001010 | 11000 | 111011 | 0 | 10101 | 100010100 | 110101 | 111000 |
Color Harmonies of #9A52CA
Complementary color
Monochromatic Colors of #9A52CA
Black with #9A52CA
Text Example
Text Example
White with #9A52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52CA; }
p { color: rgb(154,82,202); }
H1.HeaderClassName
{
color: #9A52CA;
}
.AnyTagClassName
{
color: #9A52CA;
}
</style>
background-color css
<style>
a { background-color: #9A52CA; }
a { background-color: rgb(154,82,202); }
div.DivClassName
{
background-color: #9A52CA;
}
.BgClassName
{
background-color: #9A52CA;
}
</style>
border-color css
<style>
span { border-color: #9A52CA; }
span { border-color: rgb(154,82,202); }
td.TdClassName
{
border-color: #9A52CA;
}
.TagClassName
{
border-color: #9A52CA;
}
</style>