#970D8E

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

Shades of Dark Magenta #970D8E

Tints of Dark Magenta #970D8E

Color information

#970D8E (or 0x970D8E) is unknown color: approx Dark Magenta. HEX triplet: 97, 0D and 8E. RGB value is (151,13,142). Sum of RGB (Red+Green+Blue) = 151+13+142=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #970D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970D8E is #68F271. Grayscale: #444444. Windows color (decimal): -6877810 or 9309591. OLE color: 9309591.

HSL color Cylindrical-coordinate representation of color #970D8E: hue angle of 303.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D8E is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15113142-
CMYK00.910.060.41
HSL303.91º84.15%32.16%-
HSV(B)303.91º91.39%59.22%-
XYZ17.798.8226.36-
YUV68.97169.22186.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 13 (5.47% from 255) = 4.25%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=49.35%
G=4.25%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511314200.910.060.41303.9184.1532.16
Hex97D8E05B6291305420
Octal22715216013365146012440
Binary10010111110110001110010110111101010011001100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,13,142); }

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

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

 a { background-color: rgb(151,13,142); }

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

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

 span { border-color: rgb(151,13,142); }

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