Shades of Deep Lilac #9B53CB
Tints of Deep Lilac #9B53CB
RGB
CMYK
RGB Variations
Color information
#9B53CB (or 0x9B53CB) is known color: Deep Lilac. HEX triplet: 9B, 53 and CB. RGB value is (155,83,203). Sum of RGB (Red+Green+Blue) = 155+83+203=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53CB is #64AC34. Grayscale: #757575. Windows color (decimal): -6597685 or 13325211. OLE color: 13325211.
HSL color Cylindrical-coordinate representation of color #9B53CB: hue angle of 276º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B53CB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 83 | 203 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.20 |
| HSL | 276º | 0.54% | 0.56% | - |
| HSV(B) | 276º | 0.59% | 0.8% | - |
| XYZ | 27.39 | 17.47 | 58.43 | - |
| YUV | 118.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 203 | 0.24 | 0.59 | 0 | 0.20 | 276 | 0.54 | 0.56 |
| Hex | 9B | 53 | CB | 18 | 3B | 0 | 14 | 114 | 36 | 38 |
| Octal | 233 | 123 | 313 | 30 | 73 | 0 | 24 | 424 | 66 | 70 |
| Binary | 10011011 | 1010011 | 11001011 | 11000 | 111011 | 0 | 10100 | 100010100 | 110110 | 111000 |
Color Harmonies of #9B53CB
Complementary color
Monochromatic Colors of #9B53CB
Black with #9B53CB
Text Example
Text Example
White with #9B53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53CB; }
p { color: rgb(155,83,203); }
H1.HeaderClassName
{
color: #9B53CB;
}
.AnyTagClassName
{
color: #9B53CB;
}
</style>
background-color css
<style>
a { background-color: #9B53CB; }
a { background-color: rgb(155,83,203); }
div.DivClassName
{
background-color: #9B53CB;
}
.BgClassName
{
background-color: #9B53CB;
}
</style>
border-color css
<style>
span { border-color: #9B53CB; }
span { border-color: rgb(155,83,203); }
td.TdClassName
{
border-color: #9B53CB;
}
.TagClassName
{
border-color: #9B53CB;
}
</style>