Shades of Dark Purple #982575
Tints of Dark Purple #982575
RGB
CMYK
RGB Variations
Color information
#982575 (or 0x982575) is known color: Dark Purple. HEX triplet: 98, 25 and 75. RGB value is (152,37,117). Sum of RGB (Red+Green+Blue) = 152+37+117=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #982575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982575 is #67DA8A. Grayscale: #505050. Windows color (decimal): -6806155 or 7677336. OLE color: 7677336.
HSL color Cylindrical-coordinate representation of color #982575: hue angle of 318.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982575 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 117 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.40 |
| HSL | 318.26º | 0.61% | 0.37% | - |
| HSV(B) | 318.26º | 0.76% | 0.6% | - |
| XYZ | 16.82 | 9.28 | 17.73 | - |
| YUV | 80.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 117 | 0 | 0.76 | 0.23 | 0.40 | 318.26 | 0.61 | 0.37 |
| Hex | 98 | 25 | 75 | 0 | 4C | 17 | 28 | 13E | 3D | 25 |
| Octal | 230 | 45 | 165 | 0 | 114 | 27 | 50 | 476 | 75 | 45 |
| Binary | 10011000 | 100101 | 1110101 | 0 | 1001100 | 10111 | 101000 | 100111110 | 111101 | 100101 |
Color Harmonies of #982575
Complementary color
Monochromatic Colors of #982575
Black with #982575
Text Example
Text Example
White with #982575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982575; }
p { color: rgb(152,37,117); }
H1.HeaderClassName
{
color: #982575;
}
.AnyTagClassName
{
color: #982575;
}
</style>
background-color css
<style>
a { background-color: #982575; }
a { background-color: rgb(152,37,117); }
div.DivClassName
{
background-color: #982575;
}
.BgClassName
{
background-color: #982575;
}
</style>
border-color css
<style>
span { border-color: #982575; }
span { border-color: rgb(152,37,117); }
td.TdClassName
{
border-color: #982575;
}
.TagClassName
{
border-color: #982575;
}
</style>