Shades of Dark Magenta #970683
Tints of Dark Magenta #970683
RGB
CMYK
RGB Variations
Color information
#970683 (or 0x970683) is known color: Dark Magenta. HEX triplet: 97, 06 and 83. RGB value is (151,6,131). Sum of RGB (Red+Green+Blue) = 151+6+131=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970683 is #68F97C. Grayscale: #3F3F3F. Windows color (decimal): -6879613 or 8586903. OLE color: 8586903.
HSL color Cylindrical-coordinate representation of color #970683: hue angle of 308.28º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970683 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 131 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.41 |
| HSL | 308.28º | 0.92% | 0.31% | - |
| HSV(B) | 308.28º | 0.96% | 0.59% | - |
| XYZ | 16.92 | 8.35 | 22.19 | - |
| YUV | 63.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 131 | 0 | 0.96 | 0.13 | 0.41 | 308.28 | 0.92 | 0.31 |
| Hex | 97 | 6 | 83 | 0 | 60 | D | 29 | 134 | 5C | 1F |
| Octal | 227 | 6 | 203 | 0 | 140 | 15 | 51 | 464 | 134 | 37 |
| Binary | 10010111 | 110 | 10000011 | 0 | 1100000 | 1101 | 101001 | 100110100 | 1011100 | 11111 |
Color Harmonies of #970683
Complementary color
Monochromatic Colors of #970683
Black with #970683
Text Example
Text Example
White with #970683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970683; }
p { color: rgb(151,6,131); }
H1.HeaderClassName
{
color: #970683;
}
.AnyTagClassName
{
color: #970683;
}
</style>
background-color css
<style>
a { background-color: #970683; }
a { background-color: rgb(151,6,131); }
div.DivClassName
{
background-color: #970683;
}
.BgClassName
{
background-color: #970683;
}
</style>
border-color css
<style>
span { border-color: #970683; }
span { border-color: rgb(151,6,131); }
td.TdClassName
{
border-color: #970683;
}
.TagClassName
{
border-color: #970683;
}
</style>