#850A87

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

Shades of Dark Magenta #850A87

Tints of Dark Magenta #850A87

Color information

#850A87 (or 0x850A87) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and 87. RGB value is (133,10,135). Sum of RGB (Red+Green+Blue) = 133+10+135=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #850A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A87 is #7AF578. Grayscale: #3C3C3C. Windows color (decimal): -8058233 or 8850053. OLE color: 8850053.

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

Color convert

RGB13310135-
CMYK0.010.9300.47
HSL299.04º86.21%28.43%-
HSV(B)299.04º92.59%52.94%-
XYZ14.156.9523.52-
YUV61.03169.75179.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=47.84%
G=3.60%
B=48.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133101350.010.9300.47299.0486.2128.43
Hex85A8715D02F12b561c
Octal20512207113505745312634
Binary10000101101010000111110111010101111100101011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,10,135); }

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

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

 a { background-color: rgb(133,10,135); }

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

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

 span { border-color: rgb(133,10,135); }

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