Shades of Deep Lilac #9B52CE
Tints of Deep Lilac #9B52CE
RGB
CMYK
RGB Variations
Color information
#9B52CE (or 0x9B52CE) is known color: Deep Lilac. HEX triplet: 9B, 52 and CE. RGB value is (155,82,206). Sum of RGB (Red+Green+Blue) = 155+82+206=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52CE is #64AD31. Grayscale: #757575. Windows color (decimal): -6597938 or 13521563. OLE color: 13521563.
HSL color Cylindrical-coordinate representation of color #9B52CE: hue angle of 275.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B52CE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 82 | 206 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.19 |
| HSL | 275.32º | 0.56% | 0.56% | - |
| HSV(B) | 275.32º | 0.6% | 0.81% | - |
| XYZ | 27.68 | 17.46 | 60.3 | - |
| YUV | 117.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 206 | 0.25 | 0.60 | 0 | 0.19 | 275.32 | 0.56 | 0.56 |
| Hex | 9B | 52 | CE | 19 | 3C | 0 | 13 | 113 | 38 | 38 |
| Octal | 233 | 122 | 316 | 31 | 74 | 0 | 23 | 423 | 70 | 70 |
| Binary | 10011011 | 1010010 | 11001110 | 11001 | 111100 | 0 | 10011 | 100010011 | 111000 | 111000 |
Color Harmonies of #9B52CE
Complementary color
Monochromatic Colors of #9B52CE
Black with #9B52CE
Text Example
Text Example
White with #9B52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B52CE; }
p { color: rgb(155,82,206); }
H1.HeaderClassName
{
color: #9B52CE;
}
.AnyTagClassName
{
color: #9B52CE;
}
</style>
background-color css
<style>
a { background-color: #9B52CE; }
a { background-color: rgb(155,82,206); }
div.DivClassName
{
background-color: #9B52CE;
}
.BgClassName
{
background-color: #9B52CE;
}
</style>
border-color css
<style>
span { border-color: #9B52CE; }
span { border-color: rgb(155,82,206); }
td.TdClassName
{
border-color: #9B52CE;
}
.TagClassName
{
border-color: #9B52CE;
}
</style>