#971A90

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

Shades of Dark Magenta #971A90

Tints of Dark Magenta #971A90

Color information

#971A90 (or 0x971A90) is unknown color: approx Dark Magenta. HEX triplet: 97, 1A and 90. RGB value is (151,26,144). Sum of RGB (Red+Green+Blue) = 151+26+144=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #971A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A90 is #68E56F. Grayscale: #4C4C4C. Windows color (decimal): -6874480 or 9443991. OLE color: 9443991.

HSL color Cylindrical-coordinate representation of color #971A90: hue angle of 303.36º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A90 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15126144-
CMYK00.830.050.41
HSL303.36º70.62%34.71%-
HSV(B)303.36º82.78%59.22%-
XYZ18.179.3327.23-
YUV76.83165.91180.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=47.04%
G=8.10%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512614400.830.050.41303.3670.6234.71
Hex971A9005352912f4723
Octal22732220012355145710743
Binary100101111101010010000010100111011010011001011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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