Shades of Dark Magenta #970285
Tints of Dark Magenta #970285
RGB
CMYK
RGB Variations
Color information
#970285 (or 0x970285) is known color: Dark Magenta. HEX triplet: 97, 02 and 85. RGB value is (151,2,133). Sum of RGB (Red+Green+Blue) = 151+2+133=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #970285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970285 is #68FD7A. Grayscale: #3D3D3D. Windows color (decimal): -6880635 or 8716951. OLE color: 8716951.
HSL color Cylindrical-coordinate representation of color #970285: hue angle of 307.25º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970285 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.41 |
| HSL | 307.25º | 0.97% | 0.3% | - |
| HSV(B) | 307.25º | 0.99% | 0.59% | - |
| XYZ | 17.02 | 8.32 | 22.9 | - |
| YUV | 61.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 133 | 0 | 0.99 | 0.12 | 0.41 | 307.25 | 0.97 | 0.3 |
| Hex | 97 | 2 | 85 | 0 | 63 | C | 29 | 133 | 61 | 1E |
| Octal | 227 | 2 | 205 | 0 | 143 | 14 | 51 | 463 | 141 | 36 |
| Binary | 10010111 | 10 | 10000101 | 0 | 1100011 | 1100 | 101001 | 100110011 | 1100001 | 11110 |
Color Harmonies of #970285
Complementary color
Monochromatic Colors of #970285
Black with #970285
Text Example
Text Example
White with #970285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970285; }
p { color: rgb(151,2,133); }
H1.HeaderClassName
{
color: #970285;
}
.AnyTagClassName
{
color: #970285;
}
</style>
background-color css
<style>
a { background-color: #970285; }
a { background-color: rgb(151,2,133); }
div.DivClassName
{
background-color: #970285;
}
.BgClassName
{
background-color: #970285;
}
</style>
border-color css
<style>
span { border-color: #970285; }
span { border-color: rgb(151,2,133); }
td.TdClassName
{
border-color: #970285;
}
.TagClassName
{
border-color: #970285;
}
</style>