Html Css Color HEX #970297 Dark Magenta

📋 copy color: '#970297'

red 151 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #970297

Tints of Dark Magenta #970297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 49.67%
G = 0.66%
B = 49.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#970297 (or 0x970297) is known color: Dark Magenta. HEX triplet: 97, 02 and 97. RGB value is (151,2,151). Sum of RGB (Red+Green+Blue) = 151+2+151=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #970297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970297 is #68FD68. Grayscale: #3F3F3F. Windows color (decimal): -6880617 or 9896599. OLE color: 9896599.

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

Color convert

RGB 151 2 151 -
CMYK 0 0.99 0 0.41
HSL 300º 0.97% 0.3% -
HSV(B) 300º 0.99% 0.59% -
XYZ 18.37 8.86 30.02 -
YUV 63.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 151 2 151 0 0.99 0 0.41 300 0.97 0.3
Hex 97 2 97 0 63 0 29 12C 61 1E
Octal 227 2 227 0 143 0 51 454 141 36
Binary 10010111 10 10010111 0 1100011 0 101001 100101100 1100001 11110

Color Harmonies of #970297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970297

Black with #970297

Text Example


Text Example

White with #970297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970297; }

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

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

background-color css

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

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

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

border-color css

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

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

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