Shades of Deep Lilac #9855BD
Tints of Deep Lilac #9855BD
RGB
CMYK
RGB Variations
Color information
#9855BD (or 0x9855BD) is known color: Deep Lilac. HEX triplet: 98, 55 and BD. RGB value is (152,85,189). Sum of RGB (Red+Green+Blue) = 152+85+189=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #9855BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BD is #67AA42. Grayscale: #747474. Windows color (decimal): -6793795 or 12408216. OLE color: 12408216.
HSL color Cylindrical-coordinate representation of color #9855BD: hue angle of 278.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9855BD is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 85 | 189 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.26 |
| HSL | 278.65º | 0.44% | 0.54% | - |
| HSV(B) | 278.65º | 0.55% | 0.74% | - |
| XYZ | 25.38 | 16.85 | 50.06 | - |
| YUV | 116.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 189 | 0.20 | 0.55 | 0 | 0.26 | 278.65 | 0.44 | 0.54 |
| Hex | 98 | 55 | BD | 14 | 37 | 0 | 1A | 117 | 2C | 36 |
| Octal | 230 | 125 | 275 | 24 | 67 | 0 | 32 | 427 | 54 | 66 |
| Binary | 10011000 | 1010101 | 10111101 | 10100 | 110111 | 0 | 11010 | 100010111 | 101100 | 110110 |
Color Harmonies of #9855BD
Complementary color
Monochromatic Colors of #9855BD
Black with #9855BD
Text Example
Text Example
White with #9855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855BD; }
p { color: rgb(152,85,189); }
H1.HeaderClassName
{
color: #9855BD;
}
.AnyTagClassName
{
color: #9855BD;
}
</style>
background-color css
<style>
a { background-color: #9855BD; }
a { background-color: rgb(152,85,189); }
div.DivClassName
{
background-color: #9855BD;
}
.BgClassName
{
background-color: #9855BD;
}
</style>
border-color css
<style>
span { border-color: #9855BD; }
span { border-color: rgb(152,85,189); }
td.TdClassName
{
border-color: #9855BD;
}
.TagClassName
{
border-color: #9855BD;
}
</style>