Html Css Color HEX #970595 Dark Magenta

📋 copy color: '#970595'

red 151 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #970595

Tints of Dark Magenta #970595

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 49.51%
G = 1.64%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#970595 (or 0x970595) is known color: Dark Magenta. HEX triplet: 97, 05 and 95. RGB value is (151,5,149). Sum of RGB (Red+Green+Blue) = 151+5+149=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #970595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970595 is #68FA6A. Grayscale: #404040. Windows color (decimal): -6879851 or 9766295. OLE color: 9766295.

HSL color Cylindrical-coordinate representation of color #970595: hue angle of 300.82º 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 #970595 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 149 -
CMYK 0 0.97 0.01 0.41
HSL 300.82º 0.94% 0.31% -
HSV(B) 300.82º 0.97% 0.59% -
XYZ 18.24 8.86 29.18 -
YUV 65.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 151 5 149 0 0.97 0.01 0.41 300.82 0.94 0.31
Hex 97 5 95 0 61 1 29 12D 5E 1F
Octal 227 5 225 0 141 1 51 455 136 37
Binary 10010111 101 10010101 0 1100001 1 101001 100101101 1011110 11111

Color Harmonies of #970595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970595

Black with #970595

Text Example


Text Example

White with #970595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970595; }

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

 H1.HeaderClassName
 {
   color: #970595;
 }
 .AnyTagClassName
 {
   color: #970595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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