#970F8A

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

Shades of Dark Magenta #970F8A

Tints of Dark Magenta #970F8A

Color information

#970F8A (or 0x970F8A) is unknown color: approx Dark Magenta. HEX triplet: 97, 0F and 8A. RGB value is (151,15,138). Sum of RGB (Red+Green+Blue) = 151+15+138=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #970F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F8A is #68F075. Grayscale: #454545. Windows color (decimal): -6877302 or 9047959. OLE color: 9047959.

HSL color Cylindrical-coordinate representation of color #970F8A: hue angle of 305.74º 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 #970F8A is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15115138-
CMYK00.900.090.41
HSL305.74º81.93%32.55%-
HSV(B)305.74º90.07%59.22%-
XYZ17.528.7624.81-
YUV69.69166.56186-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=49.67%
G=4.93%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511513800.900.090.41305.7481.9332.55
Hex97F8A05A9291325221
Octal227172120132115146212241
Binary100101111111100010100101101010011010011001100101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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