Shades of Deep Lilac #983CAD
Tints of Deep Lilac #983CAD
RGB
CMYK
RGB Variations
Color information
#983CAD (or 0x983CAD) is known color: Deep Lilac. HEX triplet: 98, 3C and AD. RGB value is (152,60,173). Sum of RGB (Red+Green+Blue) = 152+60+173=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #983CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983CAD is #67C352. Grayscale: #646464. Windows color (decimal): -6800211 or 11353240. OLE color: 11353240.
HSL color Cylindrical-coordinate representation of color #983CAD: hue angle of 288.85º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983CAD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 60 | 173 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.32 |
| HSL | 288.85º | 0.48% | 0.46% | - |
| HSV(B) | 288.85º | 0.65% | 0.68% | - |
| XYZ | 22.11 | 12.92 | 40.86 | - |
| YUV | 100.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 173 | 0.12 | 0.65 | 0 | 0.32 | 288.85 | 0.48 | 0.46 |
| Hex | 98 | 3C | AD | C | 41 | 0 | 20 | 121 | 30 | 2E |
| Octal | 230 | 74 | 255 | 14 | 101 | 0 | 40 | 441 | 60 | 56 |
| Binary | 10011000 | 111100 | 10101101 | 1100 | 1000001 | 0 | 100000 | 100100001 | 110000 | 101110 |
Color Harmonies of #983CAD
Complementary color
Monochromatic Colors of #983CAD
Black with #983CAD
Text Example
Text Example
White with #983CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CAD; }
p { color: rgb(152,60,173); }
H1.HeaderClassName
{
color: #983CAD;
}
.AnyTagClassName
{
color: #983CAD;
}
</style>
background-color css
<style>
a { background-color: #983CAD; }
a { background-color: rgb(152,60,173); }
div.DivClassName
{
background-color: #983CAD;
}
.BgClassName
{
background-color: #983CAD;
}
</style>
border-color css
<style>
span { border-color: #983CAD; }
span { border-color: rgb(152,60,173); }
td.TdClassName
{
border-color: #983CAD;
}
.TagClassName
{
border-color: #983CAD;
}
</style>