#850593

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

Shades of Dark Magenta #850593

Tints of Dark Magenta #850593

Color information

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

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

Color convert

RGB1335147-
CMYK0.100.9700.42
HSL294.08º93.42%29.8%-
HSV(B)294.08º96.6%57.65%-
XYZ14.997.228.2-
YUV59.46177.41180.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13351470.100.9700.42294.0893.4229.8
Hex85593A6102A1265d1e
Octal20552231214105244613536
Binary1000010110110010011101011000010101010100100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850593; }

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

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

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

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

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

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

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

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