Shades of Deep Lilac #9E63B8
Tints of Deep Lilac #9E63B8
RGB
CMYK
RGB Variations
Color information
#9E63B8 (or 0x9E63B8) is known color: Deep Lilac. HEX triplet: 9E, 63 and B8. RGB value is (158,99,184). Sum of RGB (Red+Green+Blue) = 158+99+184=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #9E63B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63B8 is #619C47. Grayscale: #7E7E7E. Windows color (decimal): -6397000 or 12084126. OLE color: 12084126.
HSL color Cylindrical-coordinate representation of color #9E63B8: hue angle of 281.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E63B8 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 99 | 184 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.28 |
| HSL | 281.65º | 0.37% | 0.55% | - |
| HSV(B) | 281.65º | 0.46% | 0.72% | - |
| XYZ | 27.21 | 19.65 | 47.71 | - |
| YUV | 126.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 184 | 0.14 | 0.46 | 0 | 0.28 | 281.65 | 0.37 | 0.55 |
| Hex | 9E | 63 | B8 | E | 2E | 0 | 1C | 11A | 25 | 37 |
| Octal | 236 | 143 | 270 | 16 | 56 | 0 | 34 | 432 | 45 | 67 |
| Binary | 10011110 | 1100011 | 10111000 | 1110 | 101110 | 0 | 11100 | 100011010 | 100101 | 110111 |
Color Harmonies of #9E63B8
Complementary color
Monochromatic Colors of #9E63B8
Black with #9E63B8
Text Example
Text Example
White with #9E63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63B8; }
p { color: rgb(158,99,184); }
H1.HeaderClassName
{
color: #9E63B8;
}
.AnyTagClassName
{
color: #9E63B8;
}
</style>
background-color css
<style>
a { background-color: #9E63B8; }
a { background-color: rgb(158,99,184); }
div.DivClassName
{
background-color: #9E63B8;
}
.BgClassName
{
background-color: #9E63B8;
}
</style>
border-color css
<style>
span { border-color: #9E63B8; }
span { border-color: rgb(158,99,184); }
td.TdClassName
{
border-color: #9E63B8;
}
.TagClassName
{
border-color: #9E63B8;
}
</style>