Html Css Color HEX #971AAA Dark Magenta

📋 copy color: '#971AAA'

red 151 ◦ green 26 ◦ blue 170

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

Shades of Dark Magenta #971AAA

Tints of Dark Magenta #971AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 43.52%
G = 7.49%
B = 48.99%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971AAA (or 0x971AAA) is known color: Dark Magenta. HEX triplet: 97, 1A and AA. RGB value is (151,26,170). Sum of RGB (Red+Green+Blue) = 151+26+170=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #971AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AAA is #68E555. Grayscale: #4F4F4F. Windows color (decimal): -6874454 or 11147927. OLE color: 11147927.

HSL color Cylindrical-coordinate representation of color #971AAA: hue angle of 292.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971AAA is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 26 170 -
CMYK 0.11 0.85 0 0.33
HSL 292.08º 0.73% 0.38% -
HSV(B) 292.08º 0.85% 0.67% -
XYZ 20.39 10.22 38.93 -
YUV 79.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 151 26 170 0.11 0.85 0 0.33 292.08 0.73 0.38
Hex 97 1A AA B 55 0 21 124 49 26
Octal 227 32 252 13 125 0 41 444 111 46
Binary 10010111 11010 10101010 1011 1010101 0 100001 100100100 1001001 100110

Color Harmonies of #971AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AAA

Black with #971AAA

Text Example


Text Example

White with #971AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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