Html Css Color HEX #972097 Dark Magenta

📋 copy color: '#972097'

red 151 ◦ green 32 ◦ blue 151

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

Shades of Dark Magenta #972097

Tints of Dark Magenta #972097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 45.21%
G = 9.58%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#972097 (or 0x972097) is known color: Dark Magenta. HEX triplet: 97, 20 and 97. RGB value is (151,32,151). Sum of RGB (Red+Green+Blue) = 151+32+151=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #972097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972097 is #68DF68. Grayscale: #505050. Windows color (decimal): -6872937 or 9904279. OLE color: 9904279.

HSL color Cylindrical-coordinate representation of color #972097: hue angle of 300º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972097 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 151 -
CMYK 0 0.79 0 0.41
HSL 300º 0.65% 0.36% -
HSV(B) 300º 0.79% 0.59% -
XYZ 18.86 9.85 30.18 -
YUV 81.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 151 32 151 0 0.79 0 0.41 300 0.65 0.36
Hex 97 20 97 0 4F 0 29 12C 41 24
Octal 227 40 227 0 117 0 51 454 101 44
Binary 10010111 100000 10010111 0 1001111 0 101001 100101100 1000001 100100

Color Harmonies of #972097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972097

Black with #972097

Text Example


Text Example

White with #972097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972097; }

 p { color: rgb(151,32,151); }

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

background-color css

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

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

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

border-color css

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

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

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