#93048A

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

Shades of Dark Magenta #93048A

Tints of Dark Magenta #93048A

Color information

#93048A (or 0x93048A) is unknown color: approx Dark Magenta. HEX triplet: 93, 04 and 8A. RGB value is (147,4,138). Sum of RGB (Red+Green+Blue) = 147+4+138=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93048A is #6CFB75. Grayscale: #3D3D3D. Windows color (decimal): -7142262 or 9045139. OLE color: 9045139.

HSL color Cylindrical-coordinate representation of color #93048A: hue angle of 303.78º 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 #93048A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1474138-
CMYK00.970.060.42
HSL303.78º94.7%29.61%-
HSV(B)303.78º97.28%57.65%-
XYZ16.668.1224.73-
YUV62.03170.88188.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=50.87%
G=1.38%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147413800.970.060.42303.7894.729.61
Hex9348A06162A1305f1e
Octal2234212014165246013736
Binary100100111001000101001100001110101010100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93048A; }

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

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

<style>
 a { background-color: #93048A; }

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

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

<style>
 span { border-color: #93048A; }

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

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