#930585

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

Shades of Dark Magenta #930585

Tints of Dark Magenta #930585

Color information

#930585 (or 0x930585) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 85. RGB value is (147,5,133). Sum of RGB (Red+Green+Blue) = 147+5+133=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #930585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930585 is #6CFA7A. Grayscale: #3D3D3D. Windows color (decimal): -7142011 or 8717715. OLE color: 8717715.

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

Color convert

RGB1475133-
CMYK00.970.100.42
HSL305.92º93.42%29.8%-
HSV(B)305.92º96.6%57.65%-
XYZ16.328.0122.88-
YUV62.05168.04188.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=51.58%
G=1.75%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147513300.970.100.42305.9293.4229.8
Hex93585061A2A1325d1e
Octal22352050141125246213536
Binary1001001110110000101011000011010101010100110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930585; }

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

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

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

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

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

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

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

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