Shades of Deep Lilac #9A52CD
Tints of Deep Lilac #9A52CD
RGB
CMYK
RGB Variations
Color information
#9A52CD (or 0x9A52CD) is known color: Deep Lilac. HEX triplet: 9A, 52 and CD. RGB value is (154,82,205). Sum of RGB (Red+Green+Blue) = 154+82+205=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52CD is #65AD32. Grayscale: #757575. Windows color (decimal): -6663475 or 13456026. OLE color: 13456026.
HSL color Cylindrical-coordinate representation of color #9A52CD: hue angle of 275.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A52CD is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 82 | 205 | - |
| CMYK | 0.25 | 0.6 | 0 | 0.20 |
| HSL | 275.12º | 0.55% | 0.56% | - |
| HSV(B) | 275.12º | 0.6% | 0.8% | - |
| XYZ | 27.36 | 17.31 | 59.66 | - |
| YUV | 117.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 205 | 0.25 | 0.6 | 0 | 0.20 | 275.12 | 0.55 | 0.56 |
| Hex | 9A | 52 | CD | 19 | 3C | 0 | 14 | 113 | 37 | 38 |
| Octal | 232 | 122 | 315 | 31 | 74 | 0 | 24 | 423 | 67 | 70 |
| Binary | 10011010 | 1010010 | 11001101 | 11001 | 111100 | 0 | 10100 | 100010011 | 110111 | 111000 |
Color Harmonies of #9A52CD
Complementary color
Monochromatic Colors of #9A52CD
Black with #9A52CD
Text Example
Text Example
White with #9A52CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52CD; }
p { color: rgb(154,82,205); }
H1.HeaderClassName
{
color: #9A52CD;
}
.AnyTagClassName
{
color: #9A52CD;
}
</style>
background-color css
<style>
a { background-color: #9A52CD; }
a { background-color: rgb(154,82,205); }
div.DivClassName
{
background-color: #9A52CD;
}
.BgClassName
{
background-color: #9A52CD;
}
</style>
border-color css
<style>
span { border-color: #9A52CD; }
span { border-color: rgb(154,82,205); }
td.TdClassName
{
border-color: #9A52CD;
}
.TagClassName
{
border-color: #9A52CD;
}
</style>