Shades of Deep Lilac #9855B6
Tints of Deep Lilac #9855B6
RGB
CMYK
RGB Variations
Color information
#9855B6 (or 0x9855B6) is known color: Deep Lilac. HEX triplet: 98, 55 and B6. RGB value is (152,85,182). Sum of RGB (Red+Green+Blue) = 152+85+182=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #9855B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855B6 is #67AA49. Grayscale: #737373. Windows color (decimal): -6793802 or 11949464. OLE color: 11949464.
HSL color Cylindrical-coordinate representation of color #9855B6: hue angle of 281.44º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9855B6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 85 | 182 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.29 |
| HSL | 281.44º | 0.4% | 0.52% | - |
| HSV(B) | 281.44º | 0.53% | 0.71% | - |
| XYZ | 24.64 | 16.55 | 46.15 | - |
| YUV | 116.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 182 | 0.16 | 0.53 | 0 | 0.29 | 281.44 | 0.4 | 0.52 |
| Hex | 98 | 55 | B6 | 10 | 35 | 0 | 1D | 119 | 28 | 34 |
| Octal | 230 | 125 | 266 | 20 | 65 | 0 | 35 | 431 | 50 | 64 |
| Binary | 10011000 | 1010101 | 10110110 | 10000 | 110101 | 0 | 11101 | 100011001 | 101000 | 110100 |
Color Harmonies of #9855B6
Complementary color
Monochromatic Colors of #9855B6
Black with #9855B6
Text Example
Text Example
White with #9855B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855B6; }
p { color: rgb(152,85,182); }
H1.HeaderClassName
{
color: #9855B6;
}
.AnyTagClassName
{
color: #9855B6;
}
</style>
background-color css
<style>
a { background-color: #9855B6; }
a { background-color: rgb(152,85,182); }
div.DivClassName
{
background-color: #9855B6;
}
.BgClassName
{
background-color: #9855B6;
}
</style>
border-color css
<style>
span { border-color: #9855B6; }
span { border-color: rgb(152,85,182); }
td.TdClassName
{
border-color: #9855B6;
}
.TagClassName
{
border-color: #9855B6;
}
</style>