#970F94

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

Shades of Dark Magenta #970F94

Tints of Dark Magenta #970F94

Color information

#970F94 (or 0x970F94) is unknown color: approx Dark Magenta. HEX triplet: 97, 0F and 94. RGB value is (151,15,148). Sum of RGB (Red+Green+Blue) = 151+15+148=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #970F94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F94 is #68F06B. Grayscale: #464646. Windows color (decimal): -6877292 or 9703319. OLE color: 9703319.

HSL color Cylindrical-coordinate representation of color #970F94: hue angle of 301.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F94 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15115148-
CMYK00.900.020.41
HSL301.32º81.93%32.55%-
HSV(B)301.32º90.07%59.22%-
XYZ18.289.0628.8-
YUV70.83171.56185.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=48.09%
G=4.78%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511514800.900.020.41301.3281.9332.55
Hex97F9405A22912d5221
Octal22717224013225145512241
Binary1001011111111001010001011010101010011001011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970F94; }

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

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

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

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

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

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

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

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