Shades of Deep Lilac #983FBA
Tints of Deep Lilac #983FBA
RGB
CMYK
RGB Variations
Color information
#983FBA (or 0x983FBA) is known color: Deep Lilac. HEX triplet: 98, 3F and BA. RGB value is (152,63,186). Sum of RGB (Red+Green+Blue) = 152+63+186=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #983FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FBA is #67C045. Grayscale: #676767. Windows color (decimal): -6799430 or 12205976. OLE color: 12205976.
HSL color Cylindrical-coordinate representation of color #983FBA: hue angle of 283.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983FBA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 63 | 186 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.27 |
| HSL | 283.41º | 0.49% | 0.49% | - |
| HSV(B) | 283.41º | 0.66% | 0.73% | - |
| XYZ | 23.59 | 13.78 | 47.87 | - |
| YUV | 103.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 186 | 0.18 | 0.66 | 0 | 0.27 | 283.41 | 0.49 | 0.49 |
| Hex | 98 | 3F | BA | 12 | 42 | 0 | 1B | 11B | 31 | 31 |
| Octal | 230 | 77 | 272 | 22 | 102 | 0 | 33 | 433 | 61 | 61 |
| Binary | 10011000 | 111111 | 10111010 | 10010 | 1000010 | 0 | 11011 | 100011011 | 110001 | 110001 |
Color Harmonies of #983FBA
Complementary color
Monochromatic Colors of #983FBA
Black with #983FBA
Text Example
Text Example
White with #983FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FBA; }
p { color: rgb(152,63,186); }
H1.HeaderClassName
{
color: #983FBA;
}
.AnyTagClassName
{
color: #983FBA;
}
</style>
background-color css
<style>
a { background-color: #983FBA; }
a { background-color: rgb(152,63,186); }
div.DivClassName
{
background-color: #983FBA;
}
.BgClassName
{
background-color: #983FBA;
}
</style>
border-color css
<style>
span { border-color: #983FBA; }
span { border-color: rgb(152,63,186); }
td.TdClassName
{
border-color: #983FBA;
}
.TagClassName
{
border-color: #983FBA;
}
</style>