#970291

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

Shades of Dark Magenta #970291

Tints of Dark Magenta #970291

Color information

#970291 (or 0x970291) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and 91. RGB value is (151,2,145). Sum of RGB (Red+Green+Blue) = 151+2+145=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970291 is #68FD6E. Grayscale: #3E3E3E. Windows color (decimal): -6880623 or 9503383. OLE color: 9503383.

HSL color Cylindrical-coordinate representation of color #970291: hue angle of 302.42º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970291 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB1512145-
CMYK00.990.040.41
HSL302.42º97.39%30%-
HSV(B)302.42º98.68%59.22%-
XYZ17.98.6727.52-
YUV62.85174.36190.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=50.67%
G=0.67%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151214500.990.040.41302.4297.3930
Hex9729106342912e611e
Octal2272221014345145614136
Binary10010111101001000101100011100101001100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970291; }

 p { color: rgb(151,2,145); }

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

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

 a { background-color: rgb(151,2,145); }

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

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

 span { border-color: rgb(151,2,145); }

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