Shades of Deep Lilac #983EA8
Tints of Deep Lilac #983EA8
RGB
CMYK
RGB Variations
Color information
#983EA8 (or 0x983EA8) is known color: Deep Lilac. HEX triplet: 98, 3E and A8. RGB value is (152,62,168). Sum of RGB (Red+Green+Blue) = 152+62+168=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #983EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983EA8 is #67C157. Grayscale: #646464. Windows color (decimal): -6799704 or 11026072. OLE color: 11026072.
HSL color Cylindrical-coordinate representation of color #983EA8: hue angle of 290.94º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983EA8 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 62 | 168 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.34 |
| HSL | 290.94º | 0.46% | 0.45% | - |
| HSV(B) | 290.94º | 0.63% | 0.66% | - |
| XYZ | 21.74 | 12.95 | 38.4 | - |
| YUV | 100.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 168 | 0.10 | 0.63 | 0 | 0.34 | 290.94 | 0.46 | 0.45 |
| Hex | 98 | 3E | A8 | A | 3F | 0 | 22 | 123 | 2E | 2D |
| Octal | 230 | 76 | 250 | 12 | 77 | 0 | 42 | 443 | 56 | 55 |
| Binary | 10011000 | 111110 | 10101000 | 1010 | 111111 | 0 | 100010 | 100100011 | 101110 | 101101 |
Color Harmonies of #983EA8
Complementary color
Monochromatic Colors of #983EA8
Black with #983EA8
Text Example
Text Example
White with #983EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EA8; }
p { color: rgb(152,62,168); }
H1.HeaderClassName
{
color: #983EA8;
}
.AnyTagClassName
{
color: #983EA8;
}
</style>
background-color css
<style>
a { background-color: #983EA8; }
a { background-color: rgb(152,62,168); }
div.DivClassName
{
background-color: #983EA8;
}
.BgClassName
{
background-color: #983EA8;
}
</style>
border-color css
<style>
span { border-color: #983EA8; }
span { border-color: rgb(152,62,168); }
td.TdClassName
{
border-color: #983EA8;
}
.TagClassName
{
border-color: #983EA8;
}
</style>