Shades of Deep Lilac #9955B6
Tints of Deep Lilac #9955B6
RGB
CMYK
RGB Variations
Color information
#9955B6 (or 0x9955B6) is known color: Deep Lilac. HEX triplet: 99, 55 and B6. RGB value is (153,85,182). Sum of RGB (Red+Green+Blue) = 153+85+182=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #9955B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955B6 is #66AA49. Grayscale: #747474. Windows color (decimal): -6728266 or 11949465. OLE color: 11949465.
HSL color Cylindrical-coordinate representation of color #9955B6: hue angle of 282.06º 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 #9955B6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 85 | 182 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.29 |
| HSL | 282.06º | 0.4% | 0.52% | - |
| HSV(B) | 282.06º | 0.53% | 0.71% | - |
| XYZ | 24.83 | 16.65 | 46.16 | - |
| YUV | 116.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 182 | 0.16 | 0.53 | 0 | 0.29 | 282.06 | 0.4 | 0.52 |
| Hex | 99 | 55 | B6 | 10 | 35 | 0 | 1D | 11A | 28 | 34 |
| Octal | 231 | 125 | 266 | 20 | 65 | 0 | 35 | 432 | 50 | 64 |
| Binary | 10011001 | 1010101 | 10110110 | 10000 | 110101 | 0 | 11101 | 100011010 | 101000 | 110100 |
Color Harmonies of #9955B6
Complementary color
Monochromatic Colors of #9955B6
Black with #9955B6
Text Example
Text Example
White with #9955B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955B6; }
p { color: rgb(153,85,182); }
H1.HeaderClassName
{
color: #9955B6;
}
.AnyTagClassName
{
color: #9955B6;
}
</style>
background-color css
<style>
a { background-color: #9955B6; }
a { background-color: rgb(153,85,182); }
div.DivClassName
{
background-color: #9955B6;
}
.BgClassName
{
background-color: #9955B6;
}
</style>
border-color css
<style>
span { border-color: #9955B6; }
span { border-color: rgb(153,85,182); }
td.TdClassName
{
border-color: #9955B6;
}
.TagClassName
{
border-color: #9955B6;
}
</style>