Shades of Deep Lilac #9555B5
Tints of Deep Lilac #9555B5
RGB
CMYK
RGB Variations
Color information
#9555B5 (or 0x9555B5) is known color: Deep Lilac. HEX triplet: 95, 55 and B5. RGB value is (149,85,181). Sum of RGB (Red+Green+Blue) = 149+85+181=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #9555B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555B5 is #6AAA4A. Grayscale: #727272. Windows color (decimal): -6990411 or 11883925. OLE color: 11883925.
HSL color Cylindrical-coordinate representation of color #9555B5: hue angle of 280º degrees, saturation: 0.39, 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 #9555B5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 85 | 181 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.29 |
| HSL | 280º | 0.39% | 0.52% | - |
| HSV(B) | 280º | 0.53% | 0.71% | - |
| XYZ | 23.98 | 16.22 | 45.58 | - |
| YUV | 115.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 181 | 0.18 | 0.53 | 0 | 0.29 | 280 | 0.39 | 0.52 |
| Hex | 95 | 55 | B5 | 12 | 35 | 0 | 1D | 118 | 27 | 34 |
| Octal | 225 | 125 | 265 | 22 | 65 | 0 | 35 | 430 | 47 | 64 |
| Binary | 10010101 | 1010101 | 10110101 | 10010 | 110101 | 0 | 11101 | 100011000 | 100111 | 110100 |
Color Harmonies of #9555B5
Complementary color
Monochromatic Colors of #9555B5
Black with #9555B5
Text Example
Text Example
White with #9555B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555B5; }
p { color: rgb(149,85,181); }
H1.HeaderClassName
{
color: #9555B5;
}
.AnyTagClassName
{
color: #9555B5;
}
</style>
background-color css
<style>
a { background-color: #9555B5; }
a { background-color: rgb(149,85,181); }
div.DivClassName
{
background-color: #9555B5;
}
.BgClassName
{
background-color: #9555B5;
}
</style>
border-color css
<style>
span { border-color: #9555B5; }
span { border-color: rgb(149,85,181); }
td.TdClassName
{
border-color: #9555B5;
}
.TagClassName
{
border-color: #9555B5;
}
</style>