Shades of Dark Purple #982578
Tints of Dark Purple #982578
RGB
CMYK
RGB Variations
Color information
#982578 (or 0x982578) is known color: Dark Purple. HEX triplet: 98, 25 and 78. RGB value is (152,37,120). Sum of RGB (Red+Green+Blue) = 152+37+120=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #982578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982578 is #67DA87. Grayscale: #505050. Windows color (decimal): -6806152 or 7873944. OLE color: 7873944.
HSL color Cylindrical-coordinate representation of color #982578: hue angle of 316.7º 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 #982578 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 120 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.40 |
| HSL | 316.7º | 0.61% | 0.37% | - |
| HSV(B) | 316.7º | 0.76% | 0.6% | - |
| XYZ | 17 | 9.35 | 18.68 | - |
| YUV | 80.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 120 | 0 | 0.76 | 0.21 | 0.40 | 316.7 | 0.61 | 0.37 |
| Hex | 98 | 25 | 78 | 0 | 4C | 15 | 28 | 13D | 3D | 25 |
| Octal | 230 | 45 | 170 | 0 | 114 | 25 | 50 | 475 | 75 | 45 |
| Binary | 10011000 | 100101 | 1111000 | 0 | 1001100 | 10101 | 101000 | 100111101 | 111101 | 100101 |
Color Harmonies of #982578
Complementary color
Monochromatic Colors of #982578
Black with #982578
Text Example
Text Example
White with #982578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982578; }
p { color: rgb(152,37,120); }
H1.HeaderClassName
{
color: #982578;
}
.AnyTagClassName
{
color: #982578;
}
</style>
background-color css
<style>
a { background-color: #982578; }
a { background-color: rgb(152,37,120); }
div.DivClassName
{
background-color: #982578;
}
.BgClassName
{
background-color: #982578;
}
</style>
border-color css
<style>
span { border-color: #982578; }
span { border-color: rgb(152,37,120); }
td.TdClassName
{
border-color: #982578;
}
.TagClassName
{
border-color: #982578;
}
</style>