Shades of Dark Purple #982175
Tints of Dark Purple #982175
RGB
CMYK
RGB Variations
Color information
#982175 (or 0x982175) is known color: Dark Purple. HEX triplet: 98, 21 and 75. RGB value is (152,33,117). Sum of RGB (Red+Green+Blue) = 152+33+117=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982175 is #67DE8A. Grayscale: #4D4D4D. Windows color (decimal): -6807179 or 7676312. OLE color: 7676312.
HSL color Cylindrical-coordinate representation of color #982175: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982175 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 117 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.40 |
| HSL | 317.65º | 0.64% | 0.36% | - |
| HSV(B) | 317.65º | 0.78% | 0.6% | - |
| XYZ | 16.7 | 9.05 | 17.7 | - |
| YUV | 78.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 117 | 0 | 0.78 | 0.23 | 0.40 | 317.65 | 0.64 | 0.36 |
| Hex | 98 | 21 | 75 | 0 | 4E | 17 | 28 | 13E | 40 | 24 |
| Octal | 230 | 41 | 165 | 0 | 116 | 27 | 50 | 476 | 100 | 44 |
| Binary | 10011000 | 100001 | 1110101 | 0 | 1001110 | 10111 | 101000 | 100111110 | 1000000 | 100100 |
Color Harmonies of #982175
Complementary color
Monochromatic Colors of #982175
Black with #982175
Text Example
Text Example
White with #982175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982175; }
p { color: rgb(152,33,117); }
H1.HeaderClassName
{
color: #982175;
}
.AnyTagClassName
{
color: #982175;
}
</style>
background-color css
<style>
a { background-color: #982175; }
a { background-color: rgb(152,33,117); }
div.DivClassName
{
background-color: #982175;
}
.BgClassName
{
background-color: #982175;
}
</style>
border-color css
<style>
span { border-color: #982175; }
span { border-color: rgb(152,33,117); }
td.TdClassName
{
border-color: #982175;
}
.TagClassName
{
border-color: #982175;
}
</style>