Html Css Color HEX #970588 Dark Magenta

📋 copy color: '#970588'

red 151 ◦ green 5 ◦ blue 136

#970588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #970588

Tints of Dark Magenta #970588

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 value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970588 (or 0x970588) is known color: 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

RGB 151 5 136 -
CMYK 0 0.97 0.10 0.41
HSL 306.16º 0.94% 0.31% -
HSV(B) 306.16º 0.97% 0.59% -
XYZ 17.26 8.47 24.02 -
YUV 63.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 151 5 136 0 0.97 0.10 0.41 306.16 0.94 0.31
Hex 97 5 88 0 61 A 29 132 5E 1F
Octal 227 5 210 0 141 12 51 462 136 37
Binary 10010111 101 10001000 0 1100001 1010 101001 100110010 1011110 11111

Color Harmonies of #970588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970588

Black with #970588

Text Example


Text Example

White with #970588

Text Example


Text Example

HTML Codes & Css Web 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>