Shades of Deep Lilac #9B4DCD
Tints of Deep Lilac #9B4DCD
RGB
CMYK
RGB Variations
Color information
#9B4DCD (or 0x9B4DCD) is known color: Deep Lilac. HEX triplet: 9B, 4D and CD. RGB value is (155,77,205). Sum of RGB (Red+Green+Blue) = 155+77+205=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DCD is #64B232. Grayscale: #727272. Windows color (decimal): -6599219 or 13454747. OLE color: 13454747.
HSL color Cylindrical-coordinate representation of color #9B4DCD: hue angle of 276.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B4DCD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 77 | 205 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.20 |
| HSL | 276.56º | 0.56% | 0.55% | - |
| HSV(B) | 276.56º | 0.62% | 0.8% | - |
| XYZ | 27.19 | 16.68 | 59.54 | - |
| YUV | 114.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 205 | 0.24 | 0.62 | 0 | 0.20 | 276.56 | 0.56 | 0.55 |
| Hex | 9B | 4D | CD | 18 | 3E | 0 | 14 | 115 | 38 | 37 |
| Octal | 233 | 115 | 315 | 30 | 76 | 0 | 24 | 425 | 70 | 67 |
| Binary | 10011011 | 1001101 | 11001101 | 11000 | 111110 | 0 | 10100 | 100010101 | 111000 | 110111 |
Color Harmonies of #9B4DCD
Complementary color
Monochromatic Colors of #9B4DCD
Black with #9B4DCD
Text Example
Text Example
White with #9B4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4DCD; }
p { color: rgb(155,77,205); }
H1.HeaderClassName
{
color: #9B4DCD;
}
.AnyTagClassName
{
color: #9B4DCD;
}
</style>
background-color css
<style>
a { background-color: #9B4DCD; }
a { background-color: rgb(155,77,205); }
div.DivClassName
{
background-color: #9B4DCD;
}
.BgClassName
{
background-color: #9B4DCD;
}
</style>
border-color css
<style>
span { border-color: #9B4DCD; }
span { border-color: rgb(155,77,205); }
td.TdClassName
{
border-color: #9B4DCD;
}
.TagClassName
{
border-color: #9B4DCD;
}
</style>