#970494

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

Shades of Dark Magenta #970494

Tints of Dark Magenta #970494

Color information

#970494 (or 0x970494) is unknown color: approx Dark Magenta. HEX triplet: 97, 04 and 94. RGB value is (151,4,148). Sum of RGB (Red+Green+Blue) = 151+4+148=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #970494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970494 is #68FB6B. Grayscale: #3F3F3F. Windows color (decimal): -6880108 or 9700503. OLE color: 9700503.

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

Color convert

RGB1514148-
CMYK00.970.020.41
HSL301.22º94.84%30.39%-
HSV(B)301.22º97.35%59.22%-
XYZ18.158.828.76-
YUV64.37175.2189.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=49.83%
G=1.32%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151414800.970.020.41301.2294.8430.39
Hex9749406122912d5f1e
Octal2274224014125145513736
Binary10010111100100101000110000110101001100101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970494; }

 p { color: rgb(151,4,148); }

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

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

 a { background-color: rgb(151,4,148); }

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

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

 span { border-color: rgb(151,4,148); }

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