Shades of Deep Lilac #9A52CB
Tints of Deep Lilac #9A52CB
RGB
CMYK
RGB Variations
Color information
#9A52CB (or 0x9A52CB) is known color: Deep Lilac. HEX triplet: 9A, 52 and CB. RGB value is (154,82,203). Sum of RGB (Red+Green+Blue) = 154+82+203=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52CB is #65AD34. Grayscale: #747474. Windows color (decimal): -6663477 or 13324954. OLE color: 13324954.
HSL color Cylindrical-coordinate representation of color #9A52CB: hue angle of 275.7º degrees, saturation: 0.54, 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 #9A52CB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 82 | 203 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.20 |
| HSL | 275.7º | 0.54% | 0.56% | - |
| HSV(B) | 275.7º | 0.6% | 0.8% | - |
| XYZ | 27.12 | 17.22 | 58.39 | - |
| YUV | 117.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 203 | 0.24 | 0.60 | 0 | 0.20 | 275.7 | 0.54 | 0.56 |
| Hex | 9A | 52 | CB | 18 | 3C | 0 | 14 | 114 | 36 | 38 |
| Octal | 232 | 122 | 313 | 30 | 74 | 0 | 24 | 424 | 66 | 70 |
| Binary | 10011010 | 1010010 | 11001011 | 11000 | 111100 | 0 | 10100 | 100010100 | 110110 | 111000 |
Color Harmonies of #9A52CB
Complementary color
Monochromatic Colors of #9A52CB
Black with #9A52CB
Text Example
Text Example
White with #9A52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52CB; }
p { color: rgb(154,82,203); }
H1.HeaderClassName
{
color: #9A52CB;
}
.AnyTagClassName
{
color: #9A52CB;
}
</style>
background-color css
<style>
a { background-color: #9A52CB; }
a { background-color: rgb(154,82,203); }
div.DivClassName
{
background-color: #9A52CB;
}
.BgClassName
{
background-color: #9A52CB;
}
</style>
border-color css
<style>
span { border-color: #9A52CB; }
span { border-color: rgb(154,82,203); }
td.TdClassName
{
border-color: #9A52CB;
}
.TagClassName
{
border-color: #9A52CB;
}
</style>