Html Css Color HEX #971BAA Dark Magenta

📋 copy color: '#971BAA'

red 151 ◦ green 27 ◦ blue 170

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

Shades of Dark Magenta #971BAA

Tints of Dark Magenta #971BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

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

R = 43.39%
G = 7.76%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971BAA (or 0x971BAA) is known color: Dark Magenta. HEX triplet: 97, 1B and AA. RGB value is (151,27,170). Sum of RGB (Red+Green+Blue) = 151+27+170=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #971BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971BAA is #68E455. Grayscale: #4F4F4F. Windows color (decimal): -6874198 or 11148183. OLE color: 11148183.

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

Color convert

RGB 151 27 170 -
CMYK 0.11 0.84 0 0.33
HSL 292.03º 0.73% 0.39% -
HSV(B) 292.03º 0.84% 0.67% -
XYZ 20.41 10.27 38.94 -
YUV 80.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 151 27 170 0.11 0.84 0 0.33 292.03 0.73 0.39
Hex 97 1B AA B 54 0 21 124 49 27
Octal 227 33 252 13 124 0 41 444 111 47
Binary 10010111 11011 10101010 1011 1010100 0 100001 100100100 1001001 100111

Color Harmonies of #971BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BAA

Black with #971BAA

Text Example


Text Example

White with #971BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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