Shades of Dark Purple #982A75
Tints of Dark Purple #982A75
RGB
CMYK
RGB Variations
Color information
#982A75 (or 0x982A75) is known color: Dark Purple. HEX triplet: 98, 2A and 75. RGB value is (152,42,117). Sum of RGB (Red+Green+Blue) = 152+42+117=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #982A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982A75 is #67D58A. Grayscale: #535353. Windows color (decimal): -6804875 or 7678616. OLE color: 7678616.
HSL color Cylindrical-coordinate representation of color #982A75: hue angle of 319.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A75 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 117 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.40 |
| HSL | 319.09º | 0.57% | 0.38% | - |
| HSV(B) | 319.09º | 0.72% | 0.6% | - |
| XYZ | 16.99 | 9.62 | 17.79 | - |
| YUV | 83.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 117 | 0 | 0.72 | 0.23 | 0.40 | 319.09 | 0.57 | 0.38 |
| Hex | 98 | 2A | 75 | 0 | 48 | 17 | 28 | 13F | 39 | 26 |
| Octal | 230 | 52 | 165 | 0 | 110 | 27 | 50 | 477 | 71 | 46 |
| Binary | 10011000 | 101010 | 1110101 | 0 | 1001000 | 10111 | 101000 | 100111111 | 111001 | 100110 |
Color Harmonies of #982A75
Complementary color
Monochromatic Colors of #982A75
Black with #982A75
Text Example
Text Example
White with #982A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A75; }
p { color: rgb(152,42,117); }
H1.HeaderClassName
{
color: #982A75;
}
.AnyTagClassName
{
color: #982A75;
}
</style>
background-color css
<style>
a { background-color: #982A75; }
a { background-color: rgb(152,42,117); }
div.DivClassName
{
background-color: #982A75;
}
.BgClassName
{
background-color: #982A75;
}
</style>
border-color css
<style>
span { border-color: #982A75; }
span { border-color: rgb(152,42,117); }
td.TdClassName
{
border-color: #982A75;
}
.TagClassName
{
border-color: #982A75;
}
</style>