#97039D

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

Shades of Dark Magenta #97039D

Tints of Dark Magenta #97039D

Color information

#97039D (or 0x97039D) is unknown color: approx Dark Magenta. HEX triplet: 97, 03 and 9D. RGB value is (151,3,157). Sum of RGB (Red+Green+Blue) = 151+3+157=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #97039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97039D is #68FC62. Grayscale: #404040. Windows color (decimal): -6880355 or 10290071. OLE color: 10290071.

HSL color Cylindrical-coordinate representation of color #97039D: hue angle of 297.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97039D is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1513157-
CMYK0.040.9800.38
HSL297.66º96.25%31.37%-
HSV(B)297.66º98.09%61.57%-
XYZ18.889.0832.66-
YUV64.81180.03189.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=48.55%
G=0.96%
B=50.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15131570.040.9800.38297.6696.2531.37
Hex9739D46202612a601f
Octal2273235414204645214037
Binary10010111111001110110011000100100110100101010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97039D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97039D; }

 p { color: rgb(151,3,157); }

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

<style>
 a { background-color: #97039D; }

 a { background-color: rgb(151,3,157); }

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

<style>
 span { border-color: #97039D; }

 span { border-color: rgb(151,3,157); }

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