Shades of Deep Lilac #9E3FB3
Tints of Deep Lilac #9E3FB3
RGB
CMYK
RGB Variations
Color information
#9E3FB3 (or 0x9E3FB3) is known color: Deep Lilac. HEX triplet: 9E, 3F and B3. RGB value is (158,63,179). Sum of RGB (Red+Green+Blue) = 158+63+179=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E3FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FB3 is #61C04C. Grayscale: #686868. Windows color (decimal): -6406221 or 11747230. OLE color: 11747230.
HSL color Cylindrical-coordinate representation of color #9E3FB3: hue angle of 289.14º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3FB3 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 63 | 179 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.30 |
| HSL | 289.14º | 0.48% | 0.47% | - |
| HSV(B) | 289.14º | 0.65% | 0.7% | - |
| XYZ | 24.01 | 14.08 | 44.1 | - |
| YUV | 104.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 179 | 0.12 | 0.65 | 0 | 0.30 | 289.14 | 0.48 | 0.47 |
| Hex | 9E | 3F | B3 | C | 41 | 0 | 1E | 121 | 30 | 2F |
| Octal | 236 | 77 | 263 | 14 | 101 | 0 | 36 | 441 | 60 | 57 |
| Binary | 10011110 | 111111 | 10110011 | 1100 | 1000001 | 0 | 11110 | 100100001 | 110000 | 101111 |
Color Harmonies of #9E3FB3
Complementary color
Monochromatic Colors of #9E3FB3
Black with #9E3FB3
Text Example
Text Example
White with #9E3FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FB3; }
p { color: rgb(158,63,179); }
H1.HeaderClassName
{
color: #9E3FB3;
}
.AnyTagClassName
{
color: #9E3FB3;
}
</style>
background-color css
<style>
a { background-color: #9E3FB3; }
a { background-color: rgb(158,63,179); }
div.DivClassName
{
background-color: #9E3FB3;
}
.BgClassName
{
background-color: #9E3FB3;
}
</style>
border-color css
<style>
span { border-color: #9E3FB3; }
span { border-color: rgb(158,63,179); }
td.TdClassName
{
border-color: #9E3FB3;
}
.TagClassName
{
border-color: #9E3FB3;
}
</style>