Shades of Dark Purple #982C83
Tints of Dark Purple #982C83
RGB
CMYK
RGB Variations
Color information
#982C83 (or 0x982C83) is known color: Dark Purple. HEX triplet: 98, 2C and 83. RGB value is (152,44,131). Sum of RGB (Red+Green+Blue) = 152+44+131=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #982C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C83 is #67D37C. Grayscale: #555555. Windows color (decimal): -6804349 or 8596632. OLE color: 8596632.
HSL color Cylindrical-coordinate representation of color #982C83: hue angle of 311.67º 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 #982C83 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 131 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.40 |
| HSL | 311.67º | 0.55% | 0.38% | - |
| HSV(B) | 311.67º | 0.71% | 0.6% | - |
| XYZ | 17.95 | 10.12 | 22.48 | - |
| YUV | 86.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 131 | 0 | 0.71 | 0.14 | 0.40 | 311.67 | 0.55 | 0.38 |
| Hex | 98 | 2C | 83 | 0 | 47 | E | 28 | 138 | 37 | 26 |
| Octal | 230 | 54 | 203 | 0 | 107 | 16 | 50 | 470 | 67 | 46 |
| Binary | 10011000 | 101100 | 10000011 | 0 | 1000111 | 1110 | 101000 | 100111000 | 110111 | 100110 |
Color Harmonies of #982C83
Complementary color
Monochromatic Colors of #982C83
Black with #982C83
Text Example
Text Example
White with #982C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C83; }
p { color: rgb(152,44,131); }
H1.HeaderClassName
{
color: #982C83;
}
.AnyTagClassName
{
color: #982C83;
}
</style>
background-color css
<style>
a { background-color: #982C83; }
a { background-color: rgb(152,44,131); }
div.DivClassName
{
background-color: #982C83;
}
.BgClassName
{
background-color: #982C83;
}
</style>
border-color css
<style>
span { border-color: #982C83; }
span { border-color: rgb(152,44,131); }
td.TdClassName
{
border-color: #982C83;
}
.TagClassName
{
border-color: #982C83;
}
</style>