#93058B

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

Shades of Dark Magenta #93058B

Tints of Dark Magenta #93058B

Color information

#93058B (or 0x93058B) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 8B. RGB value is (147,5,139). Sum of RGB (Red+Green+Blue) = 147+5+139=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058B is #6CFA74. Grayscale: #3E3E3E. Windows color (decimal): -7142005 or 9110931. OLE color: 9110931.

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

Color convert

RGB1475139-
CMYK00.970.050.42
HSL303.38º93.42%29.8%-
HSV(B)303.38º96.6%57.65%-
XYZ16.758.1825.12-
YUV62.73171.04188.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=50.52%
G=1.72%
B=47.77%

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
Decimal147513900.970.050.42303.3893.4229.8
Hex9358B06152A12f5d1e
Octal2235213014155245713536
Binary100100111011000101101100001101101010100101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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