Shades of Deep Lilac #9B4ABC
Tints of Deep Lilac #9B4ABC
RGB
CMYK
RGB Variations
Color information
#9B4ABC (or 0x9B4ABC) is known color: Deep Lilac. HEX triplet: 9B, 4A and BC. RGB value is (155,74,188). Sum of RGB (Red+Green+Blue) = 155+74+188=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4ABC is #64B543. Grayscale: #6E6E6E. Windows color (decimal): -6600004 or 12339867. OLE color: 12339867.
HSL color Cylindrical-coordinate representation of color #9B4ABC: hue angle of 282.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4ABC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 74 | 188 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.26 |
| HSL | 282.63º | 0.46% | 0.51% | - |
| HSV(B) | 282.63º | 0.61% | 0.74% | - |
| XYZ | 25.04 | 15.5 | 49.25 | - |
| YUV | 111.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 188 | 0.18 | 0.61 | 0 | 0.26 | 282.63 | 0.46 | 0.51 |
| Hex | 9B | 4A | BC | 12 | 3D | 0 | 1A | 11B | 2E | 33 |
| Octal | 233 | 112 | 274 | 22 | 75 | 0 | 32 | 433 | 56 | 63 |
| Binary | 10011011 | 1001010 | 10111100 | 10010 | 111101 | 0 | 11010 | 100011011 | 101110 | 110011 |
Color Harmonies of #9B4ABC
Complementary color
Monochromatic Colors of #9B4ABC
Black with #9B4ABC
Text Example
Text Example
White with #9B4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4ABC; }
p { color: rgb(155,74,188); }
H1.HeaderClassName
{
color: #9B4ABC;
}
.AnyTagClassName
{
color: #9B4ABC;
}
</style>
background-color css
<style>
a { background-color: #9B4ABC; }
a { background-color: rgb(155,74,188); }
div.DivClassName
{
background-color: #9B4ABC;
}
.BgClassName
{
background-color: #9B4ABC;
}
</style>
border-color css
<style>
span { border-color: #9B4ABC; }
span { border-color: rgb(155,74,188); }
td.TdClassName
{
border-color: #9B4ABC;
}
.TagClassName
{
border-color: #9B4ABC;
}
</style>