Shades of Deep Lilac #9B4AC0
Tints of Deep Lilac #9B4AC0
RGB
CMYK
RGB Variations
Color information
#9B4AC0 (or 0x9B4AC0) is known color: Deep Lilac. HEX triplet: 9B, 4A and C0. RGB value is (155,74,192). Sum of RGB (Red+Green+Blue) = 155+74+192=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4AC0 is #64B53F. Grayscale: #6F6F6F. Windows color (decimal): -6600000 or 12602011. OLE color: 12602011.
HSL color Cylindrical-coordinate representation of color #9B4AC0: hue angle of 281.19º 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 #9B4AC0 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 74 | 192 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.25 |
| HSL | 281.19º | 0.48% | 0.52% | - |
| HSV(B) | 281.19º | 0.61% | 0.75% | - |
| XYZ | 25.48 | 15.67 | 51.55 | - |
| YUV | 111.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 192 | 0.19 | 0.61 | 0 | 0.25 | 281.19 | 0.48 | 0.52 |
| Hex | 9B | 4A | C0 | 13 | 3D | 0 | 19 | 119 | 30 | 34 |
| Octal | 233 | 112 | 300 | 23 | 75 | 0 | 31 | 431 | 60 | 64 |
| Binary | 10011011 | 1001010 | 11000000 | 10011 | 111101 | 0 | 11001 | 100011001 | 110000 | 110100 |
Color Harmonies of #9B4AC0
Complementary color
Monochromatic Colors of #9B4AC0
Black with #9B4AC0
Text Example
Text Example
White with #9B4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4AC0; }
p { color: rgb(155,74,192); }
H1.HeaderClassName
{
color: #9B4AC0;
}
.AnyTagClassName
{
color: #9B4AC0;
}
</style>
background-color css
<style>
a { background-color: #9B4AC0; }
a { background-color: rgb(155,74,192); }
div.DivClassName
{
background-color: #9B4AC0;
}
.BgClassName
{
background-color: #9B4AC0;
}
</style>
border-color css
<style>
span { border-color: #9B4AC0; }
span { border-color: rgb(155,74,192); }
td.TdClassName
{
border-color: #9B4AC0;
}
.TagClassName
{
border-color: #9B4AC0;
}
</style>