Html Css Color HEX #971DA1 Dark Magenta

📋 copy color: '#971DA1'

red 151 ◦ green 29 ◦ blue 161

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

Shades of Dark Magenta #971DA1

Tints of Dark Magenta #971DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 44.28%
G = 8.5%
B = 47.21%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#971DA1 (or 0x971DA1) is known color: Dark Magenta. HEX triplet: 97, 1D and A1. RGB value is (151,29,161). Sum of RGB (Red+Green+Blue) = 151+29+161=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #971DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971DA1 is #68E25E. Grayscale: #505050. Windows color (decimal): -6873695 or 10558871. OLE color: 10558871.

HSL color Cylindrical-coordinate representation of color #971DA1: hue angle of 295.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971DA1 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 29 161 -
CMYK 0.06 0.82 0 0.37
HSL 295.45º 0.69% 0.37% -
HSV(B) 295.45º 0.82% 0.63% -
XYZ 19.63 10.03 34.62 -
YUV 80.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 151 29 161 0.06 0.82 0 0.37 295.45 0.69 0.37
Hex 97 1D A1 6 52 0 25 127 45 25
Octal 227 35 241 6 122 0 45 447 105 45
Binary 10010111 11101 10100001 110 1010010 0 100101 100100111 1000101 100101

Color Harmonies of #971DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DA1

Black with #971DA1

Text Example


Text Example

White with #971DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,29,161); }

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

background-color css

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

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

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

border-color css

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

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

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