Shades of Dark Purple #982675
Tints of Dark Purple #982675
RGB
CMYK
RGB Variations
Color information
#982675 (or 0x982675) is known color: Dark Purple. HEX triplet: 98, 26 and 75. RGB value is (152,38,117). Sum of RGB (Red+Green+Blue) = 152+38+117=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982675 is #67D98A. Grayscale: #505050. Windows color (decimal): -6805899 or 7677592. OLE color: 7677592.
HSL color Cylindrical-coordinate representation of color #982675: hue angle of 318.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982675 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 117 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.40 |
| HSL | 318.42º | 0.6% | 0.37% | - |
| HSV(B) | 318.42º | 0.75% | 0.6% | - |
| XYZ | 16.85 | 9.35 | 17.75 | - |
| YUV | 81.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 117 | 0 | 0.75 | 0.23 | 0.40 | 318.42 | 0.6 | 0.37 |
| Hex | 98 | 26 | 75 | 0 | 4B | 17 | 28 | 13E | 3C | 25 |
| Octal | 230 | 46 | 165 | 0 | 113 | 27 | 50 | 476 | 74 | 45 |
| Binary | 10011000 | 100110 | 1110101 | 0 | 1001011 | 10111 | 101000 | 100111110 | 111100 | 100101 |
Color Harmonies of #982675
Complementary color
Monochromatic Colors of #982675
Black with #982675
Text Example
Text Example
White with #982675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982675; }
p { color: rgb(152,38,117); }
H1.HeaderClassName
{
color: #982675;
}
.AnyTagClassName
{
color: #982675;
}
</style>
background-color css
<style>
a { background-color: #982675; }
a { background-color: rgb(152,38,117); }
div.DivClassName
{
background-color: #982675;
}
.BgClassName
{
background-color: #982675;
}
</style>
border-color css
<style>
span { border-color: #982675; }
span { border-color: rgb(152,38,117); }
td.TdClassName
{
border-color: #982675;
}
.TagClassName
{
border-color: #982675;
}
</style>