#930588

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

Shades of Dark Magenta #930588

Tints of Dark Magenta #930588

Color information

#930588 (or 0x930588) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 88. RGB value is (147,5,136). Sum of RGB (Red+Green+Blue) = 147+5+136=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #930588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930588 is #6CFA77. Grayscale: #3E3E3E. Windows color (decimal): -7142008 or 8914323. OLE color: 8914323.

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

Color convert

RGB1475136-
CMYK00.970.070.42
HSL304.65º93.42%29.8%-
HSV(B)304.65º96.6%57.65%-
XYZ16.538.0923.98-
YUV62.39169.54188.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=51.04%
G=1.74%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147513600.970.070.42304.6593.4229.8
Hex9358806172A1315d1e
Octal2235210014175246113536
Binary100100111011000100001100001111101010100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930588; }

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

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

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

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

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

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

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

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