Shades of Dark Magenta #98089C
Tints of Dark Magenta #98089C
RGB
CMYK
RGB Variations
Color information
#98089C (or 0x98089C) is known color: Dark Magenta. HEX triplet: 98, 08 and 9C. RGB value is (152,8,156). Sum of RGB (Red+Green+Blue) = 152+8+156=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #98089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98089C is #67F763. Grayscale: #434343. Windows color (decimal): -6813540 or 10225816. OLE color: 10225816.
HSL color Cylindrical-coordinate representation of color #98089C: hue angle of 298.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98089C is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 8 | 156 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.39 |
| HSL | 298.38º | 0.9% | 0.32% | - |
| HSV(B) | 298.38º | 0.95% | 0.61% | - |
| XYZ | 19.04 | 9.25 | 32.23 | - |
| YUV | 67.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 156 | 0.03 | 0.95 | 0 | 0.39 | 298.38 | 0.9 | 0.32 |
| Hex | 98 | 8 | 9C | 3 | 5F | 0 | 27 | 12A | 5A | 20 |
| Octal | 230 | 10 | 234 | 3 | 137 | 0 | 47 | 452 | 132 | 40 |
| Binary | 10011000 | 1000 | 10011100 | 11 | 1011111 | 0 | 100111 | 100101010 | 1011010 | 100000 |
Color Harmonies of #98089C
Complementary color
Monochromatic Colors of #98089C
Black with #98089C
Text Example
Text Example
White with #98089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98089C; }
p { color: rgb(152,8,156); }
H1.HeaderClassName
{
color: #98089C;
}
.AnyTagClassName
{
color: #98089C;
}
</style>
background-color css
<style>
a { background-color: #98089C; }
a { background-color: rgb(152,8,156); }
div.DivClassName
{
background-color: #98089C;
}
.BgClassName
{
background-color: #98089C;
}
</style>
border-color css
<style>
span { border-color: #98089C; }
span { border-color: rgb(152,8,156); }
td.TdClassName
{
border-color: #98089C;
}
.TagClassName
{
border-color: #98089C;
}
</style>