#970A9C

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

Shades of Dark Magenta #970A9C

Tints of Dark Magenta #970A9C

Color information

#970A9C (or 0x970A9C) is unknown color: approx Dark Magenta. HEX triplet: 97, 0A and 9C. RGB value is (151,10,156). Sum of RGB (Red+Green+Blue) = 151+10+156=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #970A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970A9C is #68F563. Grayscale: #444444. Windows color (decimal): -6878564 or 10226327. OLE color: 10226327.

HSL color Cylindrical-coordinate representation of color #970A9C: hue angle of 297.95º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970A9C is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15110156-
CMYK0.030.9400.39
HSL297.95º87.95%32.55%-
HSV(B)297.95º93.59%61.18%-
XYZ18.879.232.23-
YUV68.8177.21186.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=47.63%
G=3.15%
B=49.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151101560.030.9400.39297.9587.9532.55
Hex97A9C35E02712a5821
Octal22712234313604745213041
Binary1001011110101001110011101111001001111001010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,10,156); }

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

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

 a { background-color: rgb(151,10,156); }

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

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

 span { border-color: rgb(151,10,156); }

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