Shades of Deep Lilac #9E3FB8
Tints of Deep Lilac #9E3FB8
RGB
CMYK
RGB Variations
Color information
#9E3FB8 (or 0x9E3FB8) is known color: Deep Lilac. HEX triplet: 9E, 3F and B8. RGB value is (158,63,184). Sum of RGB (Red+Green+Blue) = 158+63+184=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #9E3FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FB8 is #61C047. Grayscale: #686868. Windows color (decimal): -6406216 or 12074910. OLE color: 12074910.
HSL color Cylindrical-coordinate representation of color #9E3FB8: hue angle of 287.11º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3FB8 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 63 | 184 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.28 |
| HSL | 287.11º | 0.49% | 0.48% | - |
| HSV(B) | 287.11º | 0.66% | 0.72% | - |
| XYZ | 24.53 | 14.28 | 46.81 | - |
| YUV | 105.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 184 | 0.14 | 0.66 | 0 | 0.28 | 287.11 | 0.49 | 0.48 |
| Hex | 9E | 3F | B8 | E | 42 | 0 | 1C | 11F | 31 | 30 |
| Octal | 236 | 77 | 270 | 16 | 102 | 0 | 34 | 437 | 61 | 60 |
| Binary | 10011110 | 111111 | 10111000 | 1110 | 1000010 | 0 | 11100 | 100011111 | 110001 | 110000 |
Color Harmonies of #9E3FB8
Complementary color
Monochromatic Colors of #9E3FB8
Black with #9E3FB8
Text Example
Text Example
White with #9E3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FB8; }
p { color: rgb(158,63,184); }
H1.HeaderClassName
{
color: #9E3FB8;
}
.AnyTagClassName
{
color: #9E3FB8;
}
</style>
background-color css
<style>
a { background-color: #9E3FB8; }
a { background-color: rgb(158,63,184); }
div.DivClassName
{
background-color: #9E3FB8;
}
.BgClassName
{
background-color: #9E3FB8;
}
</style>
border-color css
<style>
span { border-color: #9E3FB8; }
span { border-color: rgb(158,63,184); }
td.TdClassName
{
border-color: #9E3FB8;
}
.TagClassName
{
border-color: #9E3FB8;
}
</style>