Shades of Deep Lilac #9B52CF
Tints of Deep Lilac #9B52CF
RGB
CMYK
RGB Variations
Color information
#9B52CF (or 0x9B52CF) is known color: Deep Lilac. HEX triplet: 9B, 52 and CF. RGB value is (155,82,207). Sum of RGB (Red+Green+Blue) = 155+82+207=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52CF is #64AD30. Grayscale: #757575. Windows color (decimal): -6597937 or 13587099. OLE color: 13587099.
HSL color Cylindrical-coordinate representation of color #9B52CF: hue angle of 275.04º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B52CF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 82 | 207 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.19 |
| HSL | 275.04º | 0.57% | 0.57% | - |
| HSV(B) | 275.04º | 0.6% | 0.81% | - |
| XYZ | 27.8 | 17.51 | 60.95 | - |
| YUV | 118.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 207 | 0.25 | 0.60 | 0 | 0.19 | 275.04 | 0.57 | 0.57 |
| Hex | 9B | 52 | CF | 19 | 3C | 0 | 13 | 113 | 39 | 39 |
| Octal | 233 | 122 | 317 | 31 | 74 | 0 | 23 | 423 | 71 | 71 |
| Binary | 10011011 | 1010010 | 11001111 | 11001 | 111100 | 0 | 10011 | 100010011 | 111001 | 111001 |
Color Harmonies of #9B52CF
Complementary color
Monochromatic Colors of #9B52CF
Black with #9B52CF
Text Example
Text Example
White with #9B52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B52CF; }
p { color: rgb(155,82,207); }
H1.HeaderClassName
{
color: #9B52CF;
}
.AnyTagClassName
{
color: #9B52CF;
}
</style>
background-color css
<style>
a { background-color: #9B52CF; }
a { background-color: rgb(155,82,207); }
div.DivClassName
{
background-color: #9B52CF;
}
.BgClassName
{
background-color: #9B52CF;
}
</style>
border-color css
<style>
span { border-color: #9B52CF; }
span { border-color: rgb(155,82,207); }
td.TdClassName
{
border-color: #9B52CF;
}
.TagClassName
{
border-color: #9B52CF;
}
</style>