Shades of Deep Lilac #9B4ACD
Tints of Deep Lilac #9B4ACD
RGB
CMYK
RGB Variations
Color information
#9B4ACD (or 0x9B4ACD) is known color: Deep Lilac. HEX triplet: 9B, 4A and CD. RGB value is (155,74,205). Sum of RGB (Red+Green+Blue) = 155+74+205=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4ACD is #64B532. Grayscale: #707070. Windows color (decimal): -6599987 or 13453979. OLE color: 13453979.
HSL color Cylindrical-coordinate representation of color #9B4ACD: hue angle of 277.1º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B4ACD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 74 | 205 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.20 |
| HSL | 277.1º | 0.57% | 0.55% | - |
| HSV(B) | 277.1º | 0.64% | 0.8% | - |
| XYZ | 26.99 | 16.27 | 59.48 | - |
| YUV | 113.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 205 | 0.24 | 0.64 | 0 | 0.20 | 277.1 | 0.57 | 0.55 |
| Hex | 9B | 4A | CD | 18 | 40 | 0 | 14 | 115 | 39 | 37 |
| Octal | 233 | 112 | 315 | 30 | 100 | 0 | 24 | 425 | 71 | 67 |
| Binary | 10011011 | 1001010 | 11001101 | 11000 | 1000000 | 0 | 10100 | 100010101 | 111001 | 110111 |
Color Harmonies of #9B4ACD
Complementary color
Monochromatic Colors of #9B4ACD
Black with #9B4ACD
Text Example
Text Example
White with #9B4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4ACD; }
p { color: rgb(155,74,205); }
H1.HeaderClassName
{
color: #9B4ACD;
}
.AnyTagClassName
{
color: #9B4ACD;
}
</style>
background-color css
<style>
a { background-color: #9B4ACD; }
a { background-color: rgb(155,74,205); }
div.DivClassName
{
background-color: #9B4ACD;
}
.BgClassName
{
background-color: #9B4ACD;
}
</style>
border-color css
<style>
span { border-color: #9B4ACD; }
span { border-color: rgb(155,74,205); }
td.TdClassName
{
border-color: #9B4ACD;
}
.TagClassName
{
border-color: #9B4ACD;
}
</style>