Shades of Dark Purple #982289
Tints of Dark Purple #982289
RGB
CMYK
RGB Variations
Color information
#982289 (or 0x982289) is known color: Dark Purple. HEX triplet: 98, 22 and 89. RGB value is (152,34,137). Sum of RGB (Red+Green+Blue) = 152+34+137=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #982289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982289 is #67DD76. Grayscale: #505050. Windows color (decimal): -6806903 or 8987288. OLE color: 8987288.
HSL color Cylindrical-coordinate representation of color #982289: hue angle of 307.63º 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 #982289 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 137 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.40 |
| HSL | 307.63º | 0.63% | 0.36% | - |
| HSV(B) | 307.63º | 0.78% | 0.6% | - |
| XYZ | 18.04 | 9.63 | 24.57 | - |
| YUV | 81.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 137 | 0 | 0.78 | 0.10 | 0.40 | 307.63 | 0.63 | 0.36 |
| Hex | 98 | 22 | 89 | 0 | 4E | A | 28 | 134 | 3F | 24 |
| Octal | 230 | 42 | 211 | 0 | 116 | 12 | 50 | 464 | 77 | 44 |
| Binary | 10011000 | 100010 | 10001001 | 0 | 1001110 | 1010 | 101000 | 100110100 | 111111 | 100100 |
Color Harmonies of #982289
Complementary color
Monochromatic Colors of #982289
Black with #982289
Text Example
Text Example
White with #982289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982289; }
p { color: rgb(152,34,137); }
H1.HeaderClassName
{
color: #982289;
}
.AnyTagClassName
{
color: #982289;
}
</style>
background-color css
<style>
a { background-color: #982289; }
a { background-color: rgb(152,34,137); }
div.DivClassName
{
background-color: #982289;
}
.BgClassName
{
background-color: #982289;
}
</style>
border-color css
<style>
span { border-color: #982289; }
span { border-color: rgb(152,34,137); }
td.TdClassName
{
border-color: #982289;
}
.TagClassName
{
border-color: #982289;
}
</style>