#850A8E

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

Shades of Dark Magenta #850A8E

Tints of Dark Magenta #850A8E

Color information

#850A8E (or 0x850A8E) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and 8E. RGB value is (133,10,142). Sum of RGB (Red+Green+Blue) = 133+10+142=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #850A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A8E is #7AF571. Grayscale: #3D3D3D. Windows color (decimal): -8058226 or 9308805. OLE color: 9308805.

HSL color Cylindrical-coordinate representation of color #850A8E: hue angle of 295.91º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A8E is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13310142-
CMYK0.060.9300.44
HSL295.91º86.84%29.8%-
HSV(B)295.91º92.96%55.69%-
XYZ14.667.1626.2-
YUV61.82173.25178.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=46.67%
G=3.51%
B=49.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133101420.060.9300.44295.9186.8429.8
Hex85A8E65D02C128571e
Octal20512216613505445012736
Binary1000010110101000111011010111010101100100101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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