#850386

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

Shades of Dark Magenta #850386

Tints of Dark Magenta #850386

Color information

#850386 (or 0x850386) is unknown color: approx Dark Magenta. HEX triplet: 85, 03 and 86. RGB value is (133,3,134). Sum of RGB (Red+Green+Blue) = 133+3+134=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #850386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850386 is #7AFC79. Grayscale: #383838. Windows color (decimal): -8060026 or 8782725. OLE color: 8782725.

HSL color Cylindrical-coordinate representation of color #850386: hue angle of 299.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850386 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1333134-
CMYK0.010.9800.47
HSL299.54º95.62%26.86%-
HSV(B)299.54º97.76%52.55%-
XYZ14.016.7723.12-
YUV56.8171.57182.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=49.26%
G=1.11%
B=49.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13331340.010.9800.47299.5495.6226.86
Hex8538616202F12c601b
Octal2053206114205745414033
Binary100001011110000110111000100101111100101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850386; }

 p { color: rgb(133,3,134); }

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

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

 a { background-color: rgb(133,3,134); }

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

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

 span { border-color: rgb(133,3,134); }

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