Html Css Color HEX #971A91 Dark Magenta

📋 copy color: '#971A91'

red 151 ◦ green 26 ◦ blue 145

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

Shades of Dark Magenta #971A91

Tints of Dark Magenta #971A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 46.89%
G = 8.07%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#971A91 (or 0x971A91) is known color: Dark Magenta. HEX triplet: 97, 1A and 91. RGB value is (151,26,145). Sum of RGB (Red+Green+Blue) = 151+26+145=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #971A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A91 is #68E56E. Grayscale: #4C4C4C. Windows color (decimal): -6874479 or 9509527. OLE color: 9509527.

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

Color convert

RGB 151 26 145 -
CMYK 0 0.83 0.04 0.41
HSL 302.88º 0.71% 0.35% -
HSV(B) 302.88º 0.83% 0.59% -
XYZ 18.24 9.36 27.63 -
YUV 76.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 151 26 145 0 0.83 0.04 0.41 302.88 0.71 0.35
Hex 97 1A 91 0 53 4 29 12F 47 23
Octal 227 32 221 0 123 4 51 457 107 43
Binary 10010111 11010 10010001 0 1010011 100 101001 100101111 1000111 100011

Color Harmonies of #971A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A91

Black with #971A91

Text Example


Text Example

White with #971A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,145); }

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

background-color css

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

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

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

border-color css

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

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

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