Shades of Dark Purple #982886
Tints of Dark Purple #982886
RGB
CMYK
RGB Variations
Color information
#982886 (or 0x982886) is known color: Dark Purple. HEX triplet: 98, 28 and 86. RGB value is (152,40,134). Sum of RGB (Red+Green+Blue) = 152+40+134=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #982886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982886 is #67D779. Grayscale: #535353. Windows color (decimal): -6805370 or 8792216. OLE color: 8792216.
HSL color Cylindrical-coordinate representation of color #982886: hue angle of 309.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982886 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 134 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.40 |
| HSL | 309.64º | 0.58% | 0.38% | - |
| HSV(B) | 309.64º | 0.74% | 0.6% | - |
| XYZ | 18.01 | 9.91 | 23.52 | - |
| YUV | 84.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 134 | 0 | 0.74 | 0.12 | 0.40 | 309.64 | 0.58 | 0.38 |
| Hex | 98 | 28 | 86 | 0 | 4A | C | 28 | 136 | 3A | 26 |
| Octal | 230 | 50 | 206 | 0 | 112 | 14 | 50 | 466 | 72 | 46 |
| Binary | 10011000 | 101000 | 10000110 | 0 | 1001010 | 1100 | 101000 | 100110110 | 111010 | 100110 |
Color Harmonies of #982886
Complementary color
Monochromatic Colors of #982886
Black with #982886
Text Example
Text Example
White with #982886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982886; }
p { color: rgb(152,40,134); }
H1.HeaderClassName
{
color: #982886;
}
.AnyTagClassName
{
color: #982886;
}
</style>
background-color css
<style>
a { background-color: #982886; }
a { background-color: rgb(152,40,134); }
div.DivClassName
{
background-color: #982886;
}
.BgClassName
{
background-color: #982886;
}
</style>
border-color css
<style>
span { border-color: #982886; }
span { border-color: rgb(152,40,134); }
td.TdClassName
{
border-color: #982886;
}
.TagClassName
{
border-color: #982886;
}
</style>