Shades of Dark Magenta #98089A
Tints of Dark Magenta #98089A
RGB
CMYK
RGB Variations
Color information
#98089A (or 0x98089A) is known color: Dark Magenta. HEX triplet: 98, 08 and 9A. RGB value is (152,8,154). Sum of RGB (Red+Green+Blue) = 152+8+154=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #98089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98089A is #67F765. Grayscale: #434343. Windows color (decimal): -6813542 or 10094744. OLE color: 10094744.
HSL color Cylindrical-coordinate representation of color #98089A: hue angle of 299.18º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98089A is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 154 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.40 |
| HSL | 299.18º | 0.9% | 0.32% | - |
| HSV(B) | 299.18º | 0.95% | 0.6% | - |
| XYZ | 18.87 | 9.18 | 31.35 | - |
| YUV | 67.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 154 | 0.01 | 0.95 | 0 | 0.40 | 299.18 | 0.9 | 0.32 |
| Hex | 98 | 8 | 9A | 1 | 5F | 0 | 28 | 12B | 5A | 20 |
| Octal | 230 | 10 | 232 | 1 | 137 | 0 | 50 | 453 | 132 | 40 |
| Binary | 10011000 | 1000 | 10011010 | 1 | 1011111 | 0 | 101000 | 100101011 | 1011010 | 100000 |
Color Harmonies of #98089A
Complementary color
Monochromatic Colors of #98089A
Black with #98089A
Text Example
Text Example
White with #98089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98089A; }
p { color: rgb(152,8,154); }
H1.HeaderClassName
{
color: #98089A;
}
.AnyTagClassName
{
color: #98089A;
}
</style>
background-color css
<style>
a { background-color: #98089A; }
a { background-color: rgb(152,8,154); }
div.DivClassName
{
background-color: #98089A;
}
.BgClassName
{
background-color: #98089A;
}
</style>
border-color css
<style>
span { border-color: #98089A; }
span { border-color: rgb(152,8,154); }
td.TdClassName
{
border-color: #98089A;
}
.TagClassName
{
border-color: #98089A;
}
</style>