Shades of Deep Lilac #9B55CB
Tints of Deep Lilac #9B55CB
RGB
CMYK
RGB Variations
Color information
#9B55CB (or 0x9B55CB) is known color: Deep Lilac. HEX triplet: 9B, 55 and CB. RGB value is (155,85,203). Sum of RGB (Red+Green+Blue) = 155+85+203=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55CB is #64AA34. Grayscale: #767676. Windows color (decimal): -6597173 or 13325723. OLE color: 13325723.
HSL color Cylindrical-coordinate representation of color #9B55CB: hue angle of 275.59º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B55CB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 85 | 203 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.20 |
| HSL | 275.59º | 0.53% | 0.56% | - |
| HSV(B) | 275.59º | 0.58% | 0.8% | - |
| XYZ | 27.55 | 17.78 | 58.48 | - |
| YUV | 119.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 203 | 0.24 | 0.58 | 0 | 0.20 | 275.59 | 0.53 | 0.56 |
| Hex | 9B | 55 | CB | 18 | 3A | 0 | 14 | 114 | 35 | 38 |
| Octal | 233 | 125 | 313 | 30 | 72 | 0 | 24 | 424 | 65 | 70 |
| Binary | 10011011 | 1010101 | 11001011 | 11000 | 111010 | 0 | 10100 | 100010100 | 110101 | 111000 |
Color Harmonies of #9B55CB
Complementary color
Monochromatic Colors of #9B55CB
Black with #9B55CB
Text Example
Text Example
White with #9B55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B55CB; }
p { color: rgb(155,85,203); }
H1.HeaderClassName
{
color: #9B55CB;
}
.AnyTagClassName
{
color: #9B55CB;
}
</style>
background-color css
<style>
a { background-color: #9B55CB; }
a { background-color: rgb(155,85,203); }
div.DivClassName
{
background-color: #9B55CB;
}
.BgClassName
{
background-color: #9B55CB;
}
</style>
border-color css
<style>
span { border-color: #9B55CB; }
span { border-color: rgb(155,85,203); }
td.TdClassName
{
border-color: #9B55CB;
}
.TagClassName
{
border-color: #9B55CB;
}
</style>