Html Css Color HEX #971E97 Dark Magenta

📋 copy color: '#971E97'

red 151 ◦ green 30 ◦ blue 151

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

Shades of Dark Magenta #971E97

Tints of Dark Magenta #971E97

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

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

R = 45.48%
G = 9.04%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#971E97 (or 0x971E97) is known color: Dark Magenta. HEX triplet: 97, 1E and 97. RGB value is (151,30,151). Sum of RGB (Red+Green+Blue) = 151+30+151=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #971E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971E97 is #68E168. Grayscale: #4F4F4F. Windows color (decimal): -6873449 or 9903767. OLE color: 9903767.

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

Color convert

RGB 151 30 151 -
CMYK 0 0.80 0 0.41
HSL 300º 0.67% 0.35% -
HSV(B) 300º 0.8% 0.59% -
XYZ 18.81 9.74 30.17 -
YUV 79.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 151 30 151 0 0.80 0 0.41 300 0.67 0.35
Hex 97 1E 97 0 50 0 29 12C 43 23
Octal 227 36 227 0 120 0 51 454 103 43
Binary 10010111 11110 10010111 0 1010000 0 101001 100101100 1000011 100011

Color Harmonies of #971E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E97

Black with #971E97

Text Example


Text Example

White with #971E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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