Shades of Deep Lilac #983AAF
Tints of Deep Lilac #983AAF
RGB
CMYK
RGB Variations
Color information
#983AAF (or 0x983AAF) is known color: Deep Lilac. HEX triplet: 98, 3A and AF. RGB value is (152,58,175). Sum of RGB (Red+Green+Blue) = 152+58+175=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #983AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AAF is #67C550. Grayscale: #636363. Windows color (decimal): -6800721 or 11483800. OLE color: 11483800.
HSL color Cylindrical-coordinate representation of color #983AAF: hue angle of 288.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983AAF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 58 | 175 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.31 |
| HSL | 288.21º | 0.5% | 0.46% | - |
| HSV(B) | 288.21º | 0.67% | 0.69% | - |
| XYZ | 22.2 | 12.8 | 41.86 | - |
| YUV | 99.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 175 | 0.13 | 0.67 | 0 | 0.31 | 288.21 | 0.5 | 0.46 |
| Hex | 98 | 3A | AF | D | 43 | 0 | 1F | 120 | 32 | 2E |
| Octal | 230 | 72 | 257 | 15 | 103 | 0 | 37 | 440 | 62 | 56 |
| Binary | 10011000 | 111010 | 10101111 | 1101 | 1000011 | 0 | 11111 | 100100000 | 110010 | 101110 |
Color Harmonies of #983AAF
Complementary color
Monochromatic Colors of #983AAF
Black with #983AAF
Text Example
Text Example
White with #983AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AAF; }
p { color: rgb(152,58,175); }
H1.HeaderClassName
{
color: #983AAF;
}
.AnyTagClassName
{
color: #983AAF;
}
</style>
background-color css
<style>
a { background-color: #983AAF; }
a { background-color: rgb(152,58,175); }
div.DivClassName
{
background-color: #983AAF;
}
.BgClassName
{
background-color: #983AAF;
}
</style>
border-color css
<style>
span { border-color: #983AAF; }
span { border-color: rgb(152,58,175); }
td.TdClassName
{
border-color: #983AAF;
}
.TagClassName
{
border-color: #983AAF;
}
</style>