Html Css Color HEX #971591 Dark Magenta

📋 copy color: '#971591'

red 151 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #971591

Tints of Dark Magenta #971591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

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

R = 47.63%
G = 6.62%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#971591 (or 0x971591) is known color: Dark Magenta. HEX triplet: 97, 15 and 91. RGB value is (151,21,145). Sum of RGB (Red+Green+Blue) = 151+21+145=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #971591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971591 is #68EA6E. Grayscale: #494949. Windows color (decimal): -6875759 or 9508247. OLE color: 9508247.

HSL color Cylindrical-coordinate representation of color #971591: hue angle of 302.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971591 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 145 -
CMYK 0 0.86 0.04 0.41
HSL 302.77º 0.76% 0.34% -
HSV(B) 302.77º 0.86% 0.59% -
XYZ 18.14 9.16 27.6 -
YUV 74.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 151 21 145 0 0.86 0.04 0.41 302.77 0.76 0.34
Hex 97 15 91 0 56 4 29 12F 4C 22
Octal 227 25 221 0 126 4 51 457 114 42
Binary 10010111 10101 10010001 0 1010110 100 101001 100101111 1001100 100010

Color Harmonies of #971591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971591

Black with #971591

Text Example


Text Example

White with #971591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971591; }

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

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

background-color css

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

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

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

border-color css

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

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

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