Shades of Deep Lilac #9B4EC8
Tints of Deep Lilac #9B4EC8
RGB
CMYK
RGB Variations
Color information
#9B4EC8 (or 0x9B4EC8) is known color: Deep Lilac. HEX triplet: 9B, 4E and C8. RGB value is (155,78,200). Sum of RGB (Red+Green+Blue) = 155+78+200=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B4EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4EC8 is #64B137. Grayscale: #727272. Windows color (decimal): -6598968 or 13127323. OLE color: 13127323.
HSL color Cylindrical-coordinate representation of color #9B4EC8: hue angle of 277.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4EC8 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 78 | 200 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.22 |
| HSL | 277.87º | 0.53% | 0.55% | - |
| HSV(B) | 277.87º | 0.61% | 0.78% | - |
| XYZ | 26.67 | 16.59 | 56.44 | - |
| YUV | 114.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 200 | 0.22 | 0.61 | 0 | 0.22 | 277.87 | 0.53 | 0.55 |
| Hex | 9B | 4E | C8 | 16 | 3D | 0 | 16 | 116 | 35 | 37 |
| Octal | 233 | 116 | 310 | 26 | 75 | 0 | 26 | 426 | 65 | 67 |
| Binary | 10011011 | 1001110 | 11001000 | 10110 | 111101 | 0 | 10110 | 100010110 | 110101 | 110111 |
Color Harmonies of #9B4EC8
Complementary color
Monochromatic Colors of #9B4EC8
Black with #9B4EC8
Text Example
Text Example
White with #9B4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4EC8; }
p { color: rgb(155,78,200); }
H1.HeaderClassName
{
color: #9B4EC8;
}
.AnyTagClassName
{
color: #9B4EC8;
}
</style>
background-color css
<style>
a { background-color: #9B4EC8; }
a { background-color: rgb(155,78,200); }
div.DivClassName
{
background-color: #9B4EC8;
}
.BgClassName
{
background-color: #9B4EC8;
}
</style>
border-color css
<style>
span { border-color: #9B4EC8; }
span { border-color: rgb(155,78,200); }
td.TdClassName
{
border-color: #9B4EC8;
}
.TagClassName
{
border-color: #9B4EC8;
}
</style>