Html Css Color HEX #971E94 Dark Magenta

📋 copy color: '#971E94'

red 151 ◦ green 30 ◦ blue 148

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

Shades of Dark Magenta #971E94

Tints of Dark Magenta #971E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 45.9%
G = 9.12%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#971E94 (or 0x971E94) is known color: Dark Magenta. HEX triplet: 97, 1E and 94. RGB value is (151,30,148). Sum of RGB (Red+Green+Blue) = 151+30+148=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #971E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971E94 is #68E16B. Grayscale: #4F4F4F. Windows color (decimal): -6873452 or 9707159. OLE color: 9707159.

HSL color Cylindrical-coordinate representation of color #971E94: hue angle of 301.49º 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 #971E94 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 30 148 -
CMYK 0 0.80 0.02 0.41
HSL 301.49º 0.67% 0.35% -
HSV(B) 301.49º 0.8% 0.59% -
XYZ 18.57 9.65 28.9 -
YUV 79.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 151 30 148 0 0.80 0.02 0.41 301.49 0.67 0.35
Hex 97 1E 94 0 50 2 29 12D 43 23
Octal 227 36 224 0 120 2 51 455 103 43
Binary 10010111 11110 10010100 0 1010000 10 101001 100101101 1000011 100011

Color Harmonies of #971E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E94

Black with #971E94

Text Example


Text Example

White with #971E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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