Shades of Dark Purple #982C85
Tints of Dark Purple #982C85
RGB
CMYK
RGB Variations
Color information
#982C85 (or 0x982C85) is known color: Dark Purple. HEX triplet: 98, 2C and 85. RGB value is (152,44,133). Sum of RGB (Red+Green+Blue) = 152+44+133=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #982C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C85 is #67D37A. Grayscale: #565656. Windows color (decimal): -6804347 or 8727704. OLE color: 8727704.
HSL color Cylindrical-coordinate representation of color #982C85: hue angle of 310.56º 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 #982C85 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 133 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.40 |
| HSL | 310.56º | 0.55% | 0.38% | - |
| HSV(B) | 310.56º | 0.71% | 0.6% | - |
| XYZ | 18.08 | 10.17 | 23.2 | - |
| YUV | 86.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 133 | 0 | 0.71 | 0.13 | 0.40 | 310.56 | 0.55 | 0.38 |
| Hex | 98 | 2C | 85 | 0 | 47 | D | 28 | 137 | 37 | 26 |
| Octal | 230 | 54 | 205 | 0 | 107 | 15 | 50 | 467 | 67 | 46 |
| Binary | 10011000 | 101100 | 10000101 | 0 | 1000111 | 1101 | 101000 | 100110111 | 110111 | 100110 |
Color Harmonies of #982C85
Complementary color
Monochromatic Colors of #982C85
Black with #982C85
Text Example
Text Example
White with #982C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C85; }
p { color: rgb(152,44,133); }
H1.HeaderClassName
{
color: #982C85;
}
.AnyTagClassName
{
color: #982C85;
}
</style>
background-color css
<style>
a { background-color: #982C85; }
a { background-color: rgb(152,44,133); }
div.DivClassName
{
background-color: #982C85;
}
.BgClassName
{
background-color: #982C85;
}
</style>
border-color css
<style>
span { border-color: #982C85; }
span { border-color: rgb(152,44,133); }
td.TdClassName
{
border-color: #982C85;
}
.TagClassName
{
border-color: #982C85;
}
</style>