#93047D

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

Shades of Dark Magenta #93047D

Tints of Dark Magenta #93047D

Color information

#93047D (or 0x93047D) is unknown color: approx Dark Magenta. HEX triplet: 93, 04 and 7D. RGB value is (147,4,125). Sum of RGB (Red+Green+Blue) = 147+4+125=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93047D is #6CFB82. Grayscale: #3C3C3C. Windows color (decimal): -7142275 or 8193171. OLE color: 8193171.

HSL color Cylindrical-coordinate representation of color #93047D: hue angle of 309.23º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93047D is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1474125-
CMYK00.970.150.42
HSL309.23º94.7%29.61%-
HSV(B)309.23º97.28%57.65%-
XYZ15.787.7720.07-
YUV60.55164.38189.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=53.26%
G=1.45%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147412500.970.150.42309.2394.729.61
Hex9347D061F2A1355f1e
Octal22341750141175246513736
Binary100100111001111101011000011111101010100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,4,125); }

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

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

 a { background-color: rgb(147,4,125); }

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

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

 span { border-color: rgb(147,4,125); }

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