#971AA2

Color #971AA2 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #971AA2

Tints of Dark Magenta #971AA2

Color information

#971AA2 (or 0x971AA2) is unknown color: approx Dark Magenta. HEX triplet: 97, 1A and A2. RGB value is (151,26,162). Sum of RGB (Red+Green+Blue) = 151+26+162=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #971AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AA2 is #68E55D. Grayscale: #4E4E4E. Windows color (decimal): -6874462 or 10623639. OLE color: 10623639.

HSL color Cylindrical-coordinate representation of color #971AA2: hue angle of 295.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971AA2 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15126162-
CMYK0.070.8400.36
HSL295.15º72.34%36.86%-
HSV(B)295.15º83.95%63.53%-
XYZ19.659.9335.06-
YUV78.88174.91179.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 162 (63.67% from 255) = 47.79%
R=44.54%
G=7.67%
B=47.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151261620.070.8400.36295.1572.3436.86
Hex971AA27540241274825
Octal22732242712404444711045
Binary100101111101010100010111101010001001001001001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #971AA2;
 }
 .AnyTagClassName
 {
   color: #971AA2;
 }
</style>
background-color css

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

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

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

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

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

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