#93039F

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

Shades of Dark Magenta #93039F

Tints of Dark Magenta #93039F

Color information

#93039F (or 0x93039F) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 9F. RGB value is (147,3,159). Sum of RGB (Red+Green+Blue) = 147+3+159=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #93039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93039F is #6CFC60. Grayscale: #3F3F3F. Windows color (decimal): -7142497 or 10421139. OLE color: 10421139.

HSL color Cylindrical-coordinate representation of color #93039F: hue angle of 295.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93039F is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1473159-
CMYK0.080.9800.38
HSL295.38º96.3%31.76%-
HSV(B)295.38º98.11%62.35%-
XYZ18.328.7733.53-
YUV63.84181.71187.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=47.57%
G=0.97%
B=51.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14731590.080.9800.38295.3896.331.76
Hex9339F8620261276020
Octal22332371014204644714040
Binary1001001111100111111000110001001001101001001111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93039F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93039F; }

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

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

<style>
 a { background-color: #93039F; }

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

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

<style>
 span { border-color: #93039F; }

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

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