Shades of Deep Lilac #983EA9
Tints of Deep Lilac #983EA9
RGB
CMYK
RGB Variations
Color information
#983EA9 (or 0x983EA9) is known color: Deep Lilac. HEX triplet: 98, 3E and A9. RGB value is (152,62,169). Sum of RGB (Red+Green+Blue) = 152+62+169=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #983EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983EA9 is #67C156. Grayscale: #646464. Windows color (decimal): -6799703 or 11091608. OLE color: 11091608.
HSL color Cylindrical-coordinate representation of color #983EA9: hue angle of 290.47º 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 #983EA9 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 62 | 169 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.34 |
| HSL | 290.47º | 0.46% | 0.45% | - |
| HSV(B) | 290.47º | 0.63% | 0.66% | - |
| XYZ | 21.83 | 12.99 | 38.89 | - |
| YUV | 101.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 169 | 0.10 | 0.63 | 0 | 0.34 | 290.47 | 0.46 | 0.45 |
| Hex | 98 | 3E | A9 | A | 3F | 0 | 22 | 122 | 2E | 2D |
| Octal | 230 | 76 | 251 | 12 | 77 | 0 | 42 | 442 | 56 | 55 |
| Binary | 10011000 | 111110 | 10101001 | 1010 | 111111 | 0 | 100010 | 100100010 | 101110 | 101101 |
Color Harmonies of #983EA9
Complementary color
Monochromatic Colors of #983EA9
Black with #983EA9
Text Example
Text Example
White with #983EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EA9; }
p { color: rgb(152,62,169); }
H1.HeaderClassName
{
color: #983EA9;
}
.AnyTagClassName
{
color: #983EA9;
}
</style>
background-color css
<style>
a { background-color: #983EA9; }
a { background-color: rgb(152,62,169); }
div.DivClassName
{
background-color: #983EA9;
}
.BgClassName
{
background-color: #983EA9;
}
</style>
border-color css
<style>
span { border-color: #983EA9; }
span { border-color: rgb(152,62,169); }
td.TdClassName
{
border-color: #983EA9;
}
.TagClassName
{
border-color: #983EA9;
}
</style>