Shades of Deep Lilac #9B53CA
Tints of Deep Lilac #9B53CA
RGB
CMYK
RGB Variations
Color information
#9B53CA (or 0x9B53CA) is known color: Deep Lilac. HEX triplet: 9B, 53 and CA. RGB value is (155,83,202). Sum of RGB (Red+Green+Blue) = 155+83+202=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53CA is #64AC35. Grayscale: #757575. Windows color (decimal): -6597686 or 13259675. OLE color: 13259675.
HSL color Cylindrical-coordinate representation of color #9B53CA: hue angle of 276.3º 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 #9B53CA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 83 | 202 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.21 |
| HSL | 276.3º | 0.53% | 0.56% | - |
| HSV(B) | 276.3º | 0.59% | 0.79% | - |
| XYZ | 27.27 | 17.42 | 57.8 | - |
| YUV | 118.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 202 | 0.23 | 0.59 | 0 | 0.21 | 276.3 | 0.53 | 0.56 |
| Hex | 9B | 53 | CA | 17 | 3B | 0 | 15 | 114 | 35 | 38 |
| Octal | 233 | 123 | 312 | 27 | 73 | 0 | 25 | 424 | 65 | 70 |
| Binary | 10011011 | 1010011 | 11001010 | 10111 | 111011 | 0 | 10101 | 100010100 | 110101 | 111000 |
Color Harmonies of #9B53CA
Complementary color
Monochromatic Colors of #9B53CA
Black with #9B53CA
Text Example
Text Example
White with #9B53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53CA; }
p { color: rgb(155,83,202); }
H1.HeaderClassName
{
color: #9B53CA;
}
.AnyTagClassName
{
color: #9B53CA;
}
</style>
background-color css
<style>
a { background-color: #9B53CA; }
a { background-color: rgb(155,83,202); }
div.DivClassName
{
background-color: #9B53CA;
}
.BgClassName
{
background-color: #9B53CA;
}
</style>
border-color css
<style>
span { border-color: #9B53CA; }
span { border-color: rgb(155,83,202); }
td.TdClassName
{
border-color: #9B53CA;
}
.TagClassName
{
border-color: #9B53CA;
}
</style>