Shades of Dark Magenta #970885
Tints of Dark Magenta #970885
RGB
CMYK
RGB Variations
Color information
#970885 (or 0x970885) is known color: Dark Magenta. HEX triplet: 97, 08 and 85. RGB value is (151,8,133). Sum of RGB (Red+Green+Blue) = 151+8+133=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #970885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970885 is #68F77A. Grayscale: #404040. Windows color (decimal): -6879099 or 8718487. OLE color: 8718487.
HSL color Cylindrical-coordinate representation of color #970885: hue angle of 307.55º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970885 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 133 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.41 |
| HSL | 307.55º | 0.9% | 0.31% | - |
| HSV(B) | 307.55º | 0.95% | 0.59% | - |
| XYZ | 17.08 | 8.45 | 22.92 | - |
| YUV | 65.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 133 | 0 | 0.95 | 0.12 | 0.41 | 307.55 | 0.9 | 0.31 |
| Hex | 97 | 8 | 85 | 0 | 5F | C | 29 | 134 | 5A | 1F |
| Octal | 227 | 10 | 205 | 0 | 137 | 14 | 51 | 464 | 132 | 37 |
| Binary | 10010111 | 1000 | 10000101 | 0 | 1011111 | 1100 | 101001 | 100110100 | 1011010 | 11111 |
Color Harmonies of #970885
Complementary color
Monochromatic Colors of #970885
Black with #970885
Text Example
Text Example
White with #970885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970885; }
p { color: rgb(151,8,133); }
H1.HeaderClassName
{
color: #970885;
}
.AnyTagClassName
{
color: #970885;
}
</style>
background-color css
<style>
a { background-color: #970885; }
a { background-color: rgb(151,8,133); }
div.DivClassName
{
background-color: #970885;
}
.BgClassName
{
background-color: #970885;
}
</style>
border-color css
<style>
span { border-color: #970885; }
span { border-color: rgb(151,8,133); }
td.TdClassName
{
border-color: #970885;
}
.TagClassName
{
border-color: #970885;
}
</style>