Shades of Deep Lilac #9E3FBA
Tints of Deep Lilac #9E3FBA
RGB
CMYK
RGB Variations
Color information
#9E3FBA (or 0x9E3FBA) is known color: Deep Lilac. HEX triplet: 9E, 3F and BA. RGB value is (158,63,186). Sum of RGB (Red+Green+Blue) = 158+63+186=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FBA is #61C045. Grayscale: #696969. Windows color (decimal): -6406214 or 12205982. OLE color: 12205982.
HSL color Cylindrical-coordinate representation of color #9E3FBA: hue angle of 286.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3FBA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 63 | 186 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.27 |
| HSL | 286.34º | 0.49% | 0.49% | - |
| HSV(B) | 286.34º | 0.66% | 0.73% | - |
| XYZ | 24.74 | 14.37 | 47.92 | - |
| YUV | 105.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 186 | 0.15 | 0.66 | 0 | 0.27 | 286.34 | 0.49 | 0.49 |
| Hex | 9E | 3F | BA | F | 42 | 0 | 1B | 11E | 31 | 31 |
| Octal | 236 | 77 | 272 | 17 | 102 | 0 | 33 | 436 | 61 | 61 |
| Binary | 10011110 | 111111 | 10111010 | 1111 | 1000010 | 0 | 11011 | 100011110 | 110001 | 110001 |
Color Harmonies of #9E3FBA
Complementary color
Monochromatic Colors of #9E3FBA
Black with #9E3FBA
Text Example
Text Example
White with #9E3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FBA; }
p { color: rgb(158,63,186); }
H1.HeaderClassName
{
color: #9E3FBA;
}
.AnyTagClassName
{
color: #9E3FBA;
}
</style>
background-color css
<style>
a { background-color: #9E3FBA; }
a { background-color: rgb(158,63,186); }
div.DivClassName
{
background-color: #9E3FBA;
}
.BgClassName
{
background-color: #9E3FBA;
}
</style>
border-color css
<style>
span { border-color: #9E3FBA; }
span { border-color: rgb(158,63,186); }
td.TdClassName
{
border-color: #9E3FBA;
}
.TagClassName
{
border-color: #9E3FBA;
}
</style>