Shades of Dark Purple #983A80
Tints of Dark Purple #983A80
RGB
CMYK
RGB Variations
Color information
#983A80 (or 0x983A80) is known color: Dark Purple. HEX triplet: 98, 3A and 80. RGB value is (152,58,128). Sum of RGB (Red+Green+Blue) = 152+58+128=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A80 is #67C57F. Grayscale: #5D5D5D. Windows color (decimal): -6800768 or 8403608. OLE color: 8403608.
HSL color Cylindrical-coordinate representation of color #983A80: hue angle of 315.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A80 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 128 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.40 |
| HSL | 315.32º | 0.45% | 0.41% | - |
| HSV(B) | 315.32º | 0.62% | 0.6% | - |
| XYZ | 18.36 | 11.26 | 21.63 | - |
| YUV | 94.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 128 | 0 | 0.62 | 0.16 | 0.40 | 315.32 | 0.45 | 0.41 |
| Hex | 98 | 3A | 80 | 0 | 3E | 10 | 28 | 13B | 2D | 29 |
| Octal | 230 | 72 | 200 | 0 | 76 | 20 | 50 | 473 | 55 | 51 |
| Binary | 10011000 | 111010 | 10000000 | 0 | 111110 | 10000 | 101000 | 100111011 | 101101 | 101001 |
Color Harmonies of #983A80
Complementary color
Monochromatic Colors of #983A80
Black with #983A80
Text Example
Text Example
White with #983A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A80; }
p { color: rgb(152,58,128); }
H1.HeaderClassName
{
color: #983A80;
}
.AnyTagClassName
{
color: #983A80;
}
</style>
background-color css
<style>
a { background-color: #983A80; }
a { background-color: rgb(152,58,128); }
div.DivClassName
{
background-color: #983A80;
}
.BgClassName
{
background-color: #983A80;
}
</style>
border-color css
<style>
span { border-color: #983A80; }
span { border-color: rgb(152,58,128); }
td.TdClassName
{
border-color: #983A80;
}
.TagClassName
{
border-color: #983A80;
}
</style>