Shades of Dark Purple #982780
Tints of Dark Purple #982780
RGB
CMYK
RGB Variations
Color information
#982780 (or 0x982780) is known color: Dark Purple. HEX triplet: 98, 27 and 80. RGB value is (152,39,128). Sum of RGB (Red+Green+Blue) = 152+39+128=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #982780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982780 is #67D87F. Grayscale: #525252. Windows color (decimal): -6805632 or 8398744. OLE color: 8398744.
HSL color Cylindrical-coordinate representation of color #982780: hue angle of 312.74º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982780 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 128 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.40 |
| HSL | 312.74º | 0.59% | 0.37% | - |
| HSV(B) | 312.74º | 0.74% | 0.6% | - |
| XYZ | 17.57 | 9.68 | 21.37 | - |
| YUV | 82.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 128 | 0 | 0.74 | 0.16 | 0.40 | 312.74 | 0.59 | 0.37 |
| Hex | 98 | 27 | 80 | 0 | 4A | 10 | 28 | 139 | 3B | 25 |
| Octal | 230 | 47 | 200 | 0 | 112 | 20 | 50 | 471 | 73 | 45 |
| Binary | 10011000 | 100111 | 10000000 | 0 | 1001010 | 10000 | 101000 | 100111001 | 111011 | 100101 |
Color Harmonies of #982780
Complementary color
Monochromatic Colors of #982780
Black with #982780
Text Example
Text Example
White with #982780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982780; }
p { color: rgb(152,39,128); }
H1.HeaderClassName
{
color: #982780;
}
.AnyTagClassName
{
color: #982780;
}
</style>
background-color css
<style>
a { background-color: #982780; }
a { background-color: rgb(152,39,128); }
div.DivClassName
{
background-color: #982780;
}
.BgClassName
{
background-color: #982780;
}
</style>
border-color css
<style>
span { border-color: #982780; }
span { border-color: rgb(152,39,128); }
td.TdClassName
{
border-color: #982780;
}
.TagClassName
{
border-color: #982780;
}
</style>