#93048B

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

Shades of Dark Magenta #93048B

Tints of Dark Magenta #93048B

Color information

#93048B (or 0x93048B) is unknown color: approx Dark Magenta. HEX triplet: 93, 04 and 8B. RGB value is (147,4,139). Sum of RGB (Red+Green+Blue) = 147+4+139=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93048B is #6CFB74. Grayscale: #3D3D3D. Windows color (decimal): -7142261 or 9110675. OLE color: 9110675.

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

Color convert

RGB1474139-
CMYK00.970.050.42
HSL303.36º94.7%29.61%-
HSV(B)303.36º97.28%57.65%-
XYZ16.748.1525.12-
YUV62.15171.38188.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=50.69%
G=1.38%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147413900.970.050.42303.3694.729.61
Hex9348B06152A12f5f1e
Octal2234213014155245713736
Binary100100111001000101101100001101101010100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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