Shades of Deep Lilac #9B4ABF
Tints of Deep Lilac #9B4ABF
RGB
CMYK
RGB Variations
Color information
#9B4ABF (or 0x9B4ABF) is known color: Deep Lilac. HEX triplet: 9B, 4A and BF. RGB value is (155,74,191). Sum of RGB (Red+Green+Blue) = 155+74+191=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4ABF is #64B540. Grayscale: #6F6F6F. Windows color (decimal): -6600001 or 12536475. OLE color: 12536475.
HSL color Cylindrical-coordinate representation of color #9B4ABF: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4ABF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 74 | 191 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.25 |
| HSL | 281.54º | 0.48% | 0.52% | - |
| HSV(B) | 281.54º | 0.61% | 0.75% | - |
| XYZ | 25.37 | 15.63 | 50.97 | - |
| YUV | 111.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 191 | 0.19 | 0.61 | 0 | 0.25 | 281.54 | 0.48 | 0.52 |
| Hex | 9B | 4A | BF | 13 | 3D | 0 | 19 | 11A | 30 | 34 |
| Octal | 233 | 112 | 277 | 23 | 75 | 0 | 31 | 432 | 60 | 64 |
| Binary | 10011011 | 1001010 | 10111111 | 10011 | 111101 | 0 | 11001 | 100011010 | 110000 | 110100 |
Color Harmonies of #9B4ABF
Complementary color
Monochromatic Colors of #9B4ABF
Black with #9B4ABF
Text Example
Text Example
White with #9B4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4ABF; }
p { color: rgb(155,74,191); }
H1.HeaderClassName
{
color: #9B4ABF;
}
.AnyTagClassName
{
color: #9B4ABF;
}
</style>
background-color css
<style>
a { background-color: #9B4ABF; }
a { background-color: rgb(155,74,191); }
div.DivClassName
{
background-color: #9B4ABF;
}
.BgClassName
{
background-color: #9B4ABF;
}
</style>
border-color css
<style>
span { border-color: #9B4ABF; }
span { border-color: rgb(155,74,191); }
td.TdClassName
{
border-color: #9B4ABF;
}
.TagClassName
{
border-color: #9B4ABF;
}
</style>