Shades of Deep Lilac #9B4FBA
Tints of Deep Lilac #9B4FBA
RGB
CMYK
RGB Variations
Color information
#9B4FBA (or 0x9B4FBA) is known color: Deep Lilac. HEX triplet: 9B, 4F and BA. RGB value is (155,79,186). Sum of RGB (Red+Green+Blue) = 155+79+186=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FBA is #64B045. Grayscale: #717171. Windows color (decimal): -6598726 or 12210075. OLE color: 12210075.
HSL color Cylindrical-coordinate representation of color #9B4FBA: hue angle of 282.62º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4FBA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 79 | 186 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.27 |
| HSL | 282.62º | 0.44% | 0.52% | - |
| HSV(B) | 282.62º | 0.58% | 0.73% | - |
| XYZ | 25.18 | 16.11 | 48.24 | - |
| YUV | 113.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 186 | 0.17 | 0.58 | 0 | 0.27 | 282.62 | 0.44 | 0.52 |
| Hex | 9B | 4F | BA | 11 | 3A | 0 | 1B | 11B | 2C | 34 |
| Octal | 233 | 117 | 272 | 21 | 72 | 0 | 33 | 433 | 54 | 64 |
| Binary | 10011011 | 1001111 | 10111010 | 10001 | 111010 | 0 | 11011 | 100011011 | 101100 | 110100 |
Color Harmonies of #9B4FBA
Complementary color
Monochromatic Colors of #9B4FBA
Black with #9B4FBA
Text Example
Text Example
White with #9B4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FBA; }
p { color: rgb(155,79,186); }
H1.HeaderClassName
{
color: #9B4FBA;
}
.AnyTagClassName
{
color: #9B4FBA;
}
</style>
background-color css
<style>
a { background-color: #9B4FBA; }
a { background-color: rgb(155,79,186); }
div.DivClassName
{
background-color: #9B4FBA;
}
.BgClassName
{
background-color: #9B4FBA;
}
</style>
border-color css
<style>
span { border-color: #9B4FBA; }
span { border-color: rgb(155,79,186); }
td.TdClassName
{
border-color: #9B4FBA;
}
.TagClassName
{
border-color: #9B4FBA;
}
</style>