Shades of Deep Lilac #9556B4
Tints of Deep Lilac #9556B4
RGB
CMYK
RGB Variations
Color information
#9556B4 (or 0x9556B4) is known color: Deep Lilac. HEX triplet: 95, 56 and B4. RGB value is (149,86,180). Sum of RGB (Red+Green+Blue) = 149+86+180=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #9556B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556B4 is #6AA94B. Grayscale: #737373. Windows color (decimal): -6990156 or 11818645. OLE color: 11818645.
HSL color Cylindrical-coordinate representation of color #9556B4: hue angle of 280.21º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9556B4 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 86 | 180 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.29 |
| HSL | 280.21º | 0.39% | 0.52% | - |
| HSV(B) | 280.21º | 0.52% | 0.71% | - |
| XYZ | 23.96 | 16.34 | 45.07 | - |
| YUV | 115.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 180 | 0.17 | 0.52 | 0 | 0.29 | 280.21 | 0.39 | 0.52 |
| Hex | 95 | 56 | B4 | 11 | 34 | 0 | 1D | 118 | 27 | 34 |
| Octal | 225 | 126 | 264 | 21 | 64 | 0 | 35 | 430 | 47 | 64 |
| Binary | 10010101 | 1010110 | 10110100 | 10001 | 110100 | 0 | 11101 | 100011000 | 100111 | 110100 |
Color Harmonies of #9556B4
Complementary color
Monochromatic Colors of #9556B4
Black with #9556B4
Text Example
Text Example
White with #9556B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9556B4; }
p { color: rgb(149,86,180); }
H1.HeaderClassName
{
color: #9556B4;
}
.AnyTagClassName
{
color: #9556B4;
}
</style>
background-color css
<style>
a { background-color: #9556B4; }
a { background-color: rgb(149,86,180); }
div.DivClassName
{
background-color: #9556B4;
}
.BgClassName
{
background-color: #9556B4;
}
</style>
border-color css
<style>
span { border-color: #9556B4; }
span { border-color: rgb(149,86,180); }
td.TdClassName
{
border-color: #9556B4;
}
.TagClassName
{
border-color: #9556B4;
}
</style>