Shades of Dark Purple #982C82
Tints of Dark Purple #982C82
RGB
CMYK
RGB Variations
Color information
#982C82 (or 0x982C82) is known color: Dark Purple. HEX triplet: 98, 2C and 82. RGB value is (152,44,130). Sum of RGB (Red+Green+Blue) = 152+44+130=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #982C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C82 is #67D37D. Grayscale: #555555. Windows color (decimal): -6804350 or 8531096. OLE color: 8531096.
HSL color Cylindrical-coordinate representation of color #982C82: hue angle of 312.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C82 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 130 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.40 |
| HSL | 312.22º | 0.55% | 0.38% | - |
| HSV(B) | 312.22º | 0.71% | 0.6% | - |
| XYZ | 17.88 | 10.09 | 22.12 | - |
| YUV | 86.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 130 | 0 | 0.71 | 0.14 | 0.40 | 312.22 | 0.55 | 0.38 |
| Hex | 98 | 2C | 82 | 0 | 47 | E | 28 | 138 | 37 | 26 |
| Octal | 230 | 54 | 202 | 0 | 107 | 16 | 50 | 470 | 67 | 46 |
| Binary | 10011000 | 101100 | 10000010 | 0 | 1000111 | 1110 | 101000 | 100111000 | 110111 | 100110 |
Color Harmonies of #982C82
Complementary color
Monochromatic Colors of #982C82
Black with #982C82
Text Example
Text Example
White with #982C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C82; }
p { color: rgb(152,44,130); }
H1.HeaderClassName
{
color: #982C82;
}
.AnyTagClassName
{
color: #982C82;
}
</style>
background-color css
<style>
a { background-color: #982C82; }
a { background-color: rgb(152,44,130); }
div.DivClassName
{
background-color: #982C82;
}
.BgClassName
{
background-color: #982C82;
}
</style>
border-color css
<style>
span { border-color: #982C82; }
span { border-color: rgb(152,44,130); }
td.TdClassName
{
border-color: #982C82;
}
.TagClassName
{
border-color: #982C82;
}
</style>