#851286

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

Shades of Dark Magenta #851286

Tints of Dark Magenta #851286

Color information

#851286 (or 0x851286) is unknown color: approx Dark Magenta. HEX triplet: 85, 12 and 86. RGB value is (133,18,134). Sum of RGB (Red+Green+Blue) = 133+18+134=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #851286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851286 is #7AED79. Grayscale: #414141. Windows color (decimal): -8056186 or 8786565. OLE color: 8786565.

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

Color convert

RGB13318134-
CMYK0.010.8700.47
HSL299.48º76.32%29.8%-
HSV(B)299.48º86.57%52.55%-
XYZ14.197.1423.18-
YUV65.61166.6176.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=46.67%
G=6.32%
B=47.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133181340.010.8700.47299.4876.3229.8
Hex85128615702F12b4c1e
Octal20522206112705745311436
Binary100001011001010000110110101110101111100101011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851286; }

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

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

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

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

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

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

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

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