#850086

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

Shades of Dark Magenta #850086

Tints of Dark Magenta #850086

Color information

#850086 (or 0x850086) is unknown color: approx Dark Magenta. HEX triplet: 85, 00 and 86. RGB value is (133,0,134). Sum of RGB (Red+Green+Blue) = 133+0+134=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #850086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850086 is #7AFF79. Grayscale: #363636. Windows color (decimal): -8060794 or 8781957. OLE color: 8781957.

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

Color convert

RGB1330134-
CMYK0.01100.47
HSL299.55º100%26.27%-
HSV(B)299.55º100%52.55%-
XYZ13.986.7123.11-
YUV55.04172.56183.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=49.81%
G=0%
B=50.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13301340.01100.47299.5510026.27
Hex8508616402F12c641a
Octal2050206114405745414432
Binary10000101010000110111001000101111100101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850086; }

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

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

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

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

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

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

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

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