#850E8D

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

Shades of Dark Magenta #850E8D

Tints of Dark Magenta #850E8D

Color information

#850E8D (or 0x850E8D) is unknown color: approx Dark Magenta. HEX triplet: 85, 0E and 8D. RGB value is (133,14,141). Sum of RGB (Red+Green+Blue) = 133+14+141=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #850E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E8D is #7AF172. Grayscale: #3F3F3F. Windows color (decimal): -8057203 or 9244293. OLE color: 9244293.

HSL color Cylindrical-coordinate representation of color #850E8D: hue angle of 296.22º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850E8D is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13314141-
CMYK0.060.9000.45
HSL296.22º81.94%30.39%-
HSV(B)296.22º90.07%55.29%-
XYZ14.647.2225.82-
YUV64.06171.42177.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=46.18%
G=4.86%
B=48.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141410.060.9000.45296.2281.9430.39
Hex85E8D65A02D128521e
Octal20516215613205545012236
Binary1000010111101000110111010110100101101100101000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850E8D; }

 p { color: rgb(133,14,141); }

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

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

 a { background-color: rgb(133,14,141); }

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

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

 span { border-color: rgb(133,14,141); }

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