#970588

Color #970588 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #970588

Tints of Dark Magenta #970588

Color information

#970588 (or 0x970588) is unknown color: approx Dark Magenta. HEX triplet: 97, 05 and 88. RGB value is (151,5,136). Sum of RGB (Red+Green+Blue) = 151+5+136=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #970588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970588 is #68FA77. Grayscale: #3F3F3F. Windows color (decimal): -6879864 or 8914327. OLE color: 8914327.

HSL color Cylindrical-coordinate representation of color #970588: hue angle of 306.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970588 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB1515136-
CMYK00.970.100.41
HSL306.16º93.59%30.59%-
HSV(B)306.16º96.69%59.22%-
XYZ17.268.4724.02-
YUV63.59168.87190.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=51.71%
G=1.71%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151513600.970.100.41306.1693.5930.59
Hex97588061A291325e1f
Octal22752100141125146213637
Binary1001011110110001000011000011010101001100110010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970588; }

 p { color: rgb(151,5,136); }

 H1.HeaderClassName
 {
   color: #970588;
 }
 .AnyTagClassName
 {
   color: #970588;
 }
</style>
background-color css

<style>
 a { background-color: #970588; }

 a { background-color: rgb(151,5,136); }

 div.DivClassName
 {
   background-color: #970588;
 }
 .BgClassName
 {
   background-color: #970588;
 }
</style>
border-color css

<style>
 span { border-color: #970588; }

 span { border-color: rgb(151,5,136); }

 td.TdClassName
 {
   border-color: #970588;
 }
 .TagClassName
 {
   border-color: #970588;
 }
</style>