Shades of Dark Purple #983880
Tints of Dark Purple #983880
RGB
CMYK
RGB Variations
Color information
#983880 (or 0x983880) is known color: Dark Purple. HEX triplet: 98, 38 and 80. RGB value is (152,56,128). Sum of RGB (Red+Green+Blue) = 152+56+128=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983880 is #67C77F. Grayscale: #5C5C5C. Windows color (decimal): -6801280 or 8403096. OLE color: 8403096.
HSL color Cylindrical-coordinate representation of color #983880: hue angle of 315º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983880 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 128 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.40 |
| HSL | 315º | 0.46% | 0.41% | - |
| HSV(B) | 315º | 0.63% | 0.6% | - |
| XYZ | 18.26 | 11.06 | 21.59 | - |
| YUV | 92.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 128 | 0 | 0.63 | 0.16 | 0.40 | 315 | 0.46 | 0.41 |
| Hex | 98 | 38 | 80 | 0 | 3F | 10 | 28 | 13B | 2E | 29 |
| Octal | 230 | 70 | 200 | 0 | 77 | 20 | 50 | 473 | 56 | 51 |
| Binary | 10011000 | 111000 | 10000000 | 0 | 111111 | 10000 | 101000 | 100111011 | 101110 | 101001 |
Color Harmonies of #983880
Complementary color
Monochromatic Colors of #983880
Black with #983880
Text Example
Text Example
White with #983880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983880; }
p { color: rgb(152,56,128); }
H1.HeaderClassName
{
color: #983880;
}
.AnyTagClassName
{
color: #983880;
}
</style>
background-color css
<style>
a { background-color: #983880; }
a { background-color: rgb(152,56,128); }
div.DivClassName
{
background-color: #983880;
}
.BgClassName
{
background-color: #983880;
}
</style>
border-color css
<style>
span { border-color: #983880; }
span { border-color: rgb(152,56,128); }
td.TdClassName
{
border-color: #983880;
}
.TagClassName
{
border-color: #983880;
}
</style>