Shades of Deep Lilac #9B4DCE
Tints of Deep Lilac #9B4DCE
RGB
CMYK
RGB Variations
Color information
#9B4DCE (or 0x9B4DCE) is known color: Deep Lilac. HEX triplet: 9B, 4D and CE. RGB value is (155,77,206). Sum of RGB (Red+Green+Blue) = 155+77+206=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DCE is #64B231. Grayscale: #727272. Windows color (decimal): -6599218 or 13520283. OLE color: 13520283.
HSL color Cylindrical-coordinate representation of color #9B4DCE: hue angle of 276.28º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4DCE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 77 | 206 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.19 |
| HSL | 276.28º | 0.57% | 0.55% | - |
| HSV(B) | 276.28º | 0.63% | 0.81% | - |
| XYZ | 27.31 | 16.73 | 60.18 | - |
| YUV | 115.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 206 | 0.25 | 0.63 | 0 | 0.19 | 276.28 | 0.57 | 0.55 |
| Hex | 9B | 4D | CE | 19 | 3F | 0 | 13 | 114 | 39 | 37 |
| Octal | 233 | 115 | 316 | 31 | 77 | 0 | 23 | 424 | 71 | 67 |
| Binary | 10011011 | 1001101 | 11001110 | 11001 | 111111 | 0 | 10011 | 100010100 | 111001 | 110111 |
Color Harmonies of #9B4DCE
Complementary color
Monochromatic Colors of #9B4DCE
Black with #9B4DCE
Text Example
Text Example
White with #9B4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4DCE; }
p { color: rgb(155,77,206); }
H1.HeaderClassName
{
color: #9B4DCE;
}
.AnyTagClassName
{
color: #9B4DCE;
}
</style>
background-color css
<style>
a { background-color: #9B4DCE; }
a { background-color: rgb(155,77,206); }
div.DivClassName
{
background-color: #9B4DCE;
}
.BgClassName
{
background-color: #9B4DCE;
}
</style>
border-color css
<style>
span { border-color: #9B4DCE; }
span { border-color: rgb(155,77,206); }
td.TdClassName
{
border-color: #9B4DCE;
}
.TagClassName
{
border-color: #9B4DCE;
}
</style>