#930591

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

Shades of Dark Magenta #930591

Tints of Dark Magenta #930591

Color information

#930591 (or 0x930591) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 91. RGB value is (147,5,145). Sum of RGB (Red+Green+Blue) = 147+5+145=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930591 is #6CFA6E. Grayscale: #3F3F3F. Windows color (decimal): -7141999 or 9504147. OLE color: 9504147.

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

Color convert

RGB1475145-
CMYK00.970.010.42
HSL300.85º93.42%29.8%-
HSV(B)300.85º96.6%57.65%-
XYZ17.28.3627.49-
YUV63.42174.04187.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=49.49%
G=1.68%
B=48.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147514500.970.010.42300.8593.4229.8
Hex9359106112A12d5d1e
Octal2235221014115245513536
Binary1001001110110010001011000011101010100101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930591; }

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

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

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

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

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

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

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

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