#97038C

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

Shades of Dark Magenta #97038C

Tints of Dark Magenta #97038C

Color information

#97038C (or 0x97038C) is unknown color: approx Dark Magenta. HEX triplet: 97, 03 and 8C. RGB value is (151,3,140). Sum of RGB (Red+Green+Blue) = 151+3+140=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97038C is #68FC73. Grayscale: #3E3E3E. Windows color (decimal): -6880372 or 9175959. OLE color: 9175959.

HSL color Cylindrical-coordinate representation of color #97038C: hue angle of 304.46º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97038C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB1513140-
CMYK00.980.070.41
HSL304.46º96.1%30.2%-
HSV(B)304.46º98.01%59.22%-
XYZ17.538.5425.54-
YUV62.87171.53190.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=51.36%
G=1.02%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151314000.980.070.41304.4696.130.2
Hex9738C062729130601e
Octal2273214014275146014036
Binary10010111111000110001100010111101001100110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97038C; }

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

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

<style>
 a { background-color: #97038C; }

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

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

<style>
 span { border-color: #97038C; }

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

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