Shades of Deep Lilac #9555BC
Tints of Deep Lilac #9555BC
RGB
CMYK
RGB Variations
Color information
#9555BC (or 0x9555BC) is known color: Deep Lilac. HEX triplet: 95, 55 and BC. RGB value is (149,85,188). Sum of RGB (Red+Green+Blue) = 149+85+188=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9555BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555BC is #6AAA43. Grayscale: #737373. Windows color (decimal): -6990404 or 12342677. OLE color: 12342677.
HSL color Cylindrical-coordinate representation of color #9555BC: hue angle of 277.28º degrees, saturation: 0.43, 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 #9555BC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 85 | 188 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.26 |
| HSL | 277.28º | 0.43% | 0.54% | - |
| HSV(B) | 277.28º | 0.55% | 0.74% | - |
| XYZ | 24.72 | 16.52 | 49.46 | - |
| YUV | 115.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 188 | 0.21 | 0.55 | 0 | 0.26 | 277.28 | 0.43 | 0.54 |
| Hex | 95 | 55 | BC | 15 | 37 | 0 | 1A | 115 | 2B | 36 |
| Octal | 225 | 125 | 274 | 25 | 67 | 0 | 32 | 425 | 53 | 66 |
| Binary | 10010101 | 1010101 | 10111100 | 10101 | 110111 | 0 | 11010 | 100010101 | 101011 | 110110 |
Color Harmonies of #9555BC
Complementary color
Monochromatic Colors of #9555BC
Black with #9555BC
Text Example
Text Example
White with #9555BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555BC; }
p { color: rgb(149,85,188); }
H1.HeaderClassName
{
color: #9555BC;
}
.AnyTagClassName
{
color: #9555BC;
}
</style>
background-color css
<style>
a { background-color: #9555BC; }
a { background-color: rgb(149,85,188); }
div.DivClassName
{
background-color: #9555BC;
}
.BgClassName
{
background-color: #9555BC;
}
</style>
border-color css
<style>
span { border-color: #9555BC; }
span { border-color: rgb(149,85,188); }
td.TdClassName
{
border-color: #9555BC;
}
.TagClassName
{
border-color: #9555BC;
}
</style>