Shades of Deep Lilac #983CAF
Tints of Deep Lilac #983CAF
RGB
CMYK
RGB Variations
Color information
#983CAF (or 0x983CAF) is known color: Deep Lilac. HEX triplet: 98, 3C and AF. RGB value is (152,60,175). Sum of RGB (Red+Green+Blue) = 152+60+175=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #983CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983CAF is #67C350. Grayscale: #646464. Windows color (decimal): -6800209 or 11484312. OLE color: 11484312.
HSL color Cylindrical-coordinate representation of color #983CAF: hue angle of 288º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983CAF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 60 | 175 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.31 |
| HSL | 288º | 0.49% | 0.46% | - |
| HSV(B) | 288º | 0.66% | 0.69% | - |
| XYZ | 22.3 | 13 | 41.89 | - |
| YUV | 100.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 175 | 0.13 | 0.66 | 0 | 0.31 | 288 | 0.49 | 0.46 |
| Hex | 98 | 3C | AF | D | 42 | 0 | 1F | 120 | 31 | 2E |
| Octal | 230 | 74 | 257 | 15 | 102 | 0 | 37 | 440 | 61 | 56 |
| Binary | 10011000 | 111100 | 10101111 | 1101 | 1000010 | 0 | 11111 | 100100000 | 110001 | 101110 |
Color Harmonies of #983CAF
Complementary color
Monochromatic Colors of #983CAF
Black with #983CAF
Text Example
Text Example
White with #983CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CAF; }
p { color: rgb(152,60,175); }
H1.HeaderClassName
{
color: #983CAF;
}
.AnyTagClassName
{
color: #983CAF;
}
</style>
background-color css
<style>
a { background-color: #983CAF; }
a { background-color: rgb(152,60,175); }
div.DivClassName
{
background-color: #983CAF;
}
.BgClassName
{
background-color: #983CAF;
}
</style>
border-color css
<style>
span { border-color: #983CAF; }
span { border-color: rgb(152,60,175); }
td.TdClassName
{
border-color: #983CAF;
}
.TagClassName
{
border-color: #983CAF;
}
</style>