Shades of Dark Magenta #980895
Tints of Dark Magenta #980895
RGB
CMYK
RGB Variations
Color information
#980895 (or 0x980895) is known color: Dark Magenta. HEX triplet: 98, 08 and 95. RGB value is (152,8,149). Sum of RGB (Red+Green+Blue) = 152+8+149=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #980895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980895 is #67F76A. Grayscale: #424242. Windows color (decimal): -6813547 or 9767064. OLE color: 9767064.
HSL color Cylindrical-coordinate representation of color #980895: hue angle of 301.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980895 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 149 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.40 |
| HSL | 301.25º | 0.9% | 0.31% | - |
| HSV(B) | 301.25º | 0.95% | 0.6% | - |
| XYZ | 18.46 | 9.02 | 29.2 | - |
| YUV | 67.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 149 | 0 | 0.95 | 0.02 | 0.40 | 301.25 | 0.9 | 0.31 |
| Hex | 98 | 8 | 95 | 0 | 5F | 2 | 28 | 12D | 5A | 1F |
| Octal | 230 | 10 | 225 | 0 | 137 | 2 | 50 | 455 | 132 | 37 |
| Binary | 10011000 | 1000 | 10010101 | 0 | 1011111 | 10 | 101000 | 100101101 | 1011010 | 11111 |
Color Harmonies of #980895
Complementary color
Monochromatic Colors of #980895
Black with #980895
Text Example
Text Example
White with #980895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980895; }
p { color: rgb(152,8,149); }
H1.HeaderClassName
{
color: #980895;
}
.AnyTagClassName
{
color: #980895;
}
</style>
background-color css
<style>
a { background-color: #980895; }
a { background-color: rgb(152,8,149); }
div.DivClassName
{
background-color: #980895;
}
.BgClassName
{
background-color: #980895;
}
</style>
border-color css
<style>
span { border-color: #980895; }
span { border-color: rgb(152,8,149); }
td.TdClassName
{
border-color: #980895;
}
.TagClassName
{
border-color: #980895;
}
</style>