Shades of Dark Purple #982892
Tints of Dark Purple #982892
RGB
CMYK
RGB Variations
Color information
#982892 (or 0x982892) is known color: Dark Purple. HEX triplet: 98, 28 and 92. RGB value is (152,40,146). Sum of RGB (Red+Green+Blue) = 152+40+146=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #982892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982892 is #67D76D. Grayscale: #555555. Windows color (decimal): -6805358 or 9578648. OLE color: 9578648.
HSL color Cylindrical-coordinate representation of color #982892: hue angle of 303.21º 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 #982892 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 146 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.40 |
| HSL | 303.21º | 0.58% | 0.38% | - |
| HSV(B) | 303.21º | 0.74% | 0.6% | - |
| XYZ | 18.9 | 10.27 | 28.18 | - |
| YUV | 85.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 146 | 0 | 0.74 | 0.04 | 0.40 | 303.21 | 0.58 | 0.38 |
| Hex | 98 | 28 | 92 | 0 | 4A | 4 | 28 | 12F | 3A | 26 |
| Octal | 230 | 50 | 222 | 0 | 112 | 4 | 50 | 457 | 72 | 46 |
| Binary | 10011000 | 101000 | 10010010 | 0 | 1001010 | 100 | 101000 | 100101111 | 111010 | 100110 |
Color Harmonies of #982892
Complementary color
Monochromatic Colors of #982892
Black with #982892
Text Example
Text Example
White with #982892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982892; }
p { color: rgb(152,40,146); }
H1.HeaderClassName
{
color: #982892;
}
.AnyTagClassName
{
color: #982892;
}
</style>
background-color css
<style>
a { background-color: #982892; }
a { background-color: rgb(152,40,146); }
div.DivClassName
{
background-color: #982892;
}
.BgClassName
{
background-color: #982892;
}
</style>
border-color css
<style>
span { border-color: #982892; }
span { border-color: rgb(152,40,146); }
td.TdClassName
{
border-color: #982892;
}
.TagClassName
{
border-color: #982892;
}
</style>