Shades of Deep Lilac #983CB3
Tints of Deep Lilac #983CB3
RGB
CMYK
RGB Variations
Color information
#983CB3 (or 0x983CB3) is known color: Deep Lilac. HEX triplet: 98, 3C and B3. RGB value is (152,60,179). Sum of RGB (Red+Green+Blue) = 152+60+179=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #983CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CB3 is #67C34C. Grayscale: #646464. Windows color (decimal): -6800205 or 11746456. OLE color: 11746456.
HSL color Cylindrical-coordinate representation of color #983CB3: hue angle of 286.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983CB3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 60 | 179 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.30 |
| HSL | 286.39º | 0.5% | 0.47% | - |
| HSV(B) | 286.39º | 0.66% | 0.7% | - |
| XYZ | 22.7 | 13.16 | 43.99 | - |
| YUV | 101.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 179 | 0.15 | 0.66 | 0 | 0.30 | 286.39 | 0.5 | 0.47 |
| Hex | 98 | 3C | B3 | F | 42 | 0 | 1E | 11E | 32 | 2F |
| Octal | 230 | 74 | 263 | 17 | 102 | 0 | 36 | 436 | 62 | 57 |
| Binary | 10011000 | 111100 | 10110011 | 1111 | 1000010 | 0 | 11110 | 100011110 | 110010 | 101111 |
Color Harmonies of #983CB3
Complementary color
Monochromatic Colors of #983CB3
Black with #983CB3
Text Example
Text Example
White with #983CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CB3; }
p { color: rgb(152,60,179); }
H1.HeaderClassName
{
color: #983CB3;
}
.AnyTagClassName
{
color: #983CB3;
}
</style>
background-color css
<style>
a { background-color: #983CB3; }
a { background-color: rgb(152,60,179); }
div.DivClassName
{
background-color: #983CB3;
}
.BgClassName
{
background-color: #983CB3;
}
</style>
border-color css
<style>
span { border-color: #983CB3; }
span { border-color: rgb(152,60,179); }
td.TdClassName
{
border-color: #983CB3;
}
.TagClassName
{
border-color: #983CB3;
}
</style>