Shades of Deep Lilac #9B4BCD
Tints of Deep Lilac #9B4BCD
RGB
CMYK
RGB Variations
Color information
#9B4BCD (or 0x9B4BCD) is known color: Deep Lilac. HEX triplet: 9B, 4B and CD. RGB value is (155,75,205). Sum of RGB (Red+Green+Blue) = 155+75+205=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BCD is #64B432. Grayscale: #717171. Windows color (decimal): -6599731 or 13454235. OLE color: 13454235.
HSL color Cylindrical-coordinate representation of color #9B4BCD: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4BCD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 75 | 205 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.20 |
| HSL | 276.92º | 0.57% | 0.55% | - |
| HSV(B) | 276.92º | 0.63% | 0.8% | - |
| XYZ | 27.05 | 16.41 | 59.5 | - |
| YUV | 113.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 205 | 0.24 | 0.63 | 0 | 0.20 | 276.92 | 0.57 | 0.55 |
| Hex | 9B | 4B | CD | 18 | 3F | 0 | 14 | 115 | 39 | 37 |
| Octal | 233 | 113 | 315 | 30 | 77 | 0 | 24 | 425 | 71 | 67 |
| Binary | 10011011 | 1001011 | 11001101 | 11000 | 111111 | 0 | 10100 | 100010101 | 111001 | 110111 |
Color Harmonies of #9B4BCD
Complementary color
Monochromatic Colors of #9B4BCD
Black with #9B4BCD
Text Example
Text Example
White with #9B4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4BCD; }
p { color: rgb(155,75,205); }
H1.HeaderClassName
{
color: #9B4BCD;
}
.AnyTagClassName
{
color: #9B4BCD;
}
</style>
background-color css
<style>
a { background-color: #9B4BCD; }
a { background-color: rgb(155,75,205); }
div.DivClassName
{
background-color: #9B4BCD;
}
.BgClassName
{
background-color: #9B4BCD;
}
</style>
border-color css
<style>
span { border-color: #9B4BCD; }
span { border-color: rgb(155,75,205); }
td.TdClassName
{
border-color: #9B4BCD;
}
.TagClassName
{
border-color: #9B4BCD;
}
</style>