#970EAC

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

Shades of Dark Magenta #970EAC

Tints of Dark Magenta #970EAC

Color information

#970EAC (or 0x970EAC) is unknown color: approx Dark Magenta. HEX triplet: 97, 0E and AC. RGB value is (151,14,172). Sum of RGB (Red+Green+Blue) = 151+14+172=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #970EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970EAC is #68F153. Grayscale: #484848. Windows color (decimal): -6877524 or 11275927. OLE color: 11275927.

HSL color Cylindrical-coordinate representation of color #970EAC: hue angle of 292.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970EAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15114172-
CMYK0.120.9200.33
HSL292.03º84.95%36.47%-
HSV(B)292.03º91.86%67.45%-
XYZ20.379.8739.86-
YUV72.98183.89183.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=44.81%
G=4.15%
B=51.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151141720.120.9200.33292.0384.9536.47
Hex97EACC5C0211245524
Octal227162541413404144412544
Binary100101111110101011001100101110001000011001001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,14,172); }

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

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

 a { background-color: rgb(151,14,172); }

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

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

 span { border-color: rgb(151,14,172); }

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