Shades of Dark Purple #982286
Tints of Dark Purple #982286
RGB
CMYK
RGB Variations
Color information
#982286 (or 0x982286) is known color: Dark Purple. HEX triplet: 98, 22 and 86. RGB value is (152,34,134). Sum of RGB (Red+Green+Blue) = 152+34+134=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982286 is #67DD79. Grayscale: #505050. Windows color (decimal): -6806906 or 8790680. OLE color: 8790680.
HSL color Cylindrical-coordinate representation of color #982286: hue angle of 309.15º degrees, saturation: 0.63, 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 #982286 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 134 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.40 |
| HSL | 309.15º | 0.63% | 0.36% | - |
| HSV(B) | 309.15º | 0.78% | 0.6% | - |
| XYZ | 17.82 | 9.54 | 23.46 | - |
| YUV | 80.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 134 | 0 | 0.78 | 0.12 | 0.40 | 309.15 | 0.63 | 0.36 |
| Hex | 98 | 22 | 86 | 0 | 4E | C | 28 | 135 | 3F | 24 |
| Octal | 230 | 42 | 206 | 0 | 116 | 14 | 50 | 465 | 77 | 44 |
| Binary | 10011000 | 100010 | 10000110 | 0 | 1001110 | 1100 | 101000 | 100110101 | 111111 | 100100 |
Color Harmonies of #982286
Complementary color
Monochromatic Colors of #982286
Black with #982286
Text Example
Text Example
White with #982286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982286; }
p { color: rgb(152,34,134); }
H1.HeaderClassName
{
color: #982286;
}
.AnyTagClassName
{
color: #982286;
}
</style>
background-color css
<style>
a { background-color: #982286; }
a { background-color: rgb(152,34,134); }
div.DivClassName
{
background-color: #982286;
}
.BgClassName
{
background-color: #982286;
}
</style>
border-color css
<style>
span { border-color: #982286; }
span { border-color: rgb(152,34,134); }
td.TdClassName
{
border-color: #982286;
}
.TagClassName
{
border-color: #982286;
}
</style>