Shades of Deep Lilac #983EB8
Tints of Deep Lilac #983EB8
RGB
CMYK
RGB Variations
Color information
#983EB8 (or 0x983EB8) is known color: Deep Lilac. HEX triplet: 98, 3E and B8. RGB value is (152,62,184). Sum of RGB (Red+Green+Blue) = 152+62+184=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #983EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EB8 is #67C147. Grayscale: #666666. Windows color (decimal): -6799688 or 12074648. OLE color: 12074648.
HSL color Cylindrical-coordinate representation of color #983EB8: hue angle of 284.26º degrees, saturation: 0.5, 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 #983EB8 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 62 | 184 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.28 |
| HSL | 284.26º | 0.5% | 0.48% | - |
| HSV(B) | 284.26º | 0.66% | 0.72% | - |
| XYZ | 23.32 | 13.58 | 46.74 | - |
| YUV | 102.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 184 | 0.17 | 0.66 | 0 | 0.28 | 284.26 | 0.5 | 0.48 |
| Hex | 98 | 3E | B8 | 11 | 42 | 0 | 1C | 11C | 32 | 30 |
| Octal | 230 | 76 | 270 | 21 | 102 | 0 | 34 | 434 | 62 | 60 |
| Binary | 10011000 | 111110 | 10111000 | 10001 | 1000010 | 0 | 11100 | 100011100 | 110010 | 110000 |
Color Harmonies of #983EB8
Complementary color
Monochromatic Colors of #983EB8
Black with #983EB8
Text Example
Text Example
White with #983EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EB8; }
p { color: rgb(152,62,184); }
H1.HeaderClassName
{
color: #983EB8;
}
.AnyTagClassName
{
color: #983EB8;
}
</style>
background-color css
<style>
a { background-color: #983EB8; }
a { background-color: rgb(152,62,184); }
div.DivClassName
{
background-color: #983EB8;
}
.BgClassName
{
background-color: #983EB8;
}
</style>
border-color css
<style>
span { border-color: #983EB8; }
span { border-color: rgb(152,62,184); }
td.TdClassName
{
border-color: #983EB8;
}
.TagClassName
{
border-color: #983EB8;
}
</style>