#851486

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

Shades of Dark Magenta #851486

Tints of Dark Magenta #851486

Color information

#851486 (or 0x851486) is unknown color: approx Dark Magenta. HEX triplet: 85, 14 and 86. RGB value is (133,20,134). Sum of RGB (Red+Green+Blue) = 133+20+134=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #851486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851486 is #7AEB79. Grayscale: #424242. Windows color (decimal): -8055674 or 8787077. OLE color: 8787077.

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

Color convert

RGB13320134-
CMYK0.010.8500.47
HSL299.47º74.03%30.2%-
HSV(B)299.47º85.07%52.55%-
XYZ14.237.2123.2-
YUV66.78165.94175.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=46.34%
G=6.97%
B=46.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133201340.010.8500.47299.4774.0330.2
Hex85148615502F12b4a1e
Octal20524206112505745311236
Binary100001011010010000110110101010101111100101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851486; }

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

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

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

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

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

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

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

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