#930586

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

Shades of Dark Magenta #930586

Tints of Dark Magenta #930586

Color information

#930586 (or 0x930586) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 86. RGB value is (147,5,134). Sum of RGB (Red+Green+Blue) = 147+5+134=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #930586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930586 is #6CFA79. Grayscale: #3D3D3D. Windows color (decimal): -7142010 or 8783251. OLE color: 8783251.

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

Color convert

RGB1475134-
CMYK00.970.090.42
HSL305.49º93.42%29.8%-
HSV(B)305.49º96.6%57.65%-
XYZ16.398.0323.24-
YUV62.16168.54188.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=51.40%
G=1.75%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147513400.970.090.42305.4993.4229.8
Hex9358606192A1315d1e
Octal22352060141115246113536
Binary1001001110110000110011000011001101010100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930586; }

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

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

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

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

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

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

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

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