#970290

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

Shades of Dark Magenta #970290

Tints of Dark Magenta #970290

Color information

#970290 (or 0x970290) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and 90. RGB value is (151,2,144). Sum of RGB (Red+Green+Blue) = 151+2+144=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #970290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970290 is #68FD6F. Grayscale: #3E3E3E. Windows color (decimal): -6880624 or 9437847. OLE color: 9437847.

HSL color Cylindrical-coordinate representation of color #970290: hue angle of 302.82º 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 #970290 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB1512144-
CMYK00.990.050.41
HSL302.82º97.39%30%-
HSV(B)302.82º98.68%59.22%-
XYZ17.828.6427.11-
YUV62.74173.86190.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=50.84%
G=0.67%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151214400.990.050.41302.8297.3930
Hex9729006352912f611e
Octal2272220014355145714136
Binary10010111101001000001100011101101001100101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970290; }

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

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

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

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

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

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

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

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