#93037C

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

Shades of Dark Magenta #93037C

Tints of Dark Magenta #93037C

Color information

#93037C (or 0x93037C) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 7C. RGB value is (147,3,124). Sum of RGB (Red+Green+Blue) = 147+3+124=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93037C is #6CFC83. Grayscale: #3B3B3B. Windows color (decimal): -7142532 or 8127379. OLE color: 8127379.

HSL color Cylindrical-coordinate representation of color #93037C: hue angle of 309.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93037C is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB1473124-
CMYK00.980.160.42
HSL309.58º96%29.41%-
HSV(B)309.58º97.96%57.65%-
XYZ15.77.7219.73-
YUV59.85164.21190.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=53.65%
G=1.09%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147312400.980.160.42309.589629.41
Hex9337C062102A136601d
Octal22331740142205246614035
Binary100100111111111000110001010000101010100110110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,3,124); }

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

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

 a { background-color: rgb(147,3,124); }

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

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

 span { border-color: rgb(147,3,124); }

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