#860EAA

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

Shades of Dark Magenta #860EAA

Tints of Dark Magenta #860EAA

Color information

#860EAA (or 0x860EAA) is unknown color: approx Dark Magenta. HEX triplet: 86, 0E and AA. RGB value is (134,14,170). Sum of RGB (Red+Green+Blue) = 134+14+170=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #860EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860EAA is #79F155. Grayscale: #434343. Windows color (decimal): -7991638 or 11144838. OLE color: 11144838.

HSL color Cylindrical-coordinate representation of color #860EAA: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860EAA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13414170-
CMYK0.210.9200.33
HSL286.15º84.78%36.08%-
HSV(B)286.15º91.76%66.67%-
XYZ17.248.2838.72-
YUV67.66185.76175.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 14 (5.86% from 255) = 4.40%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=42.14%
G=4.40%
B=53.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134141700.210.9200.33286.1584.7836.08
Hex86EAA155C02111e5524
Octal206162522513404143612544
Binary1000011011101010101010101101110001000011000111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860EAA; }

 p { color: rgb(134,14,170); }

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

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

 a { background-color: rgb(134,14,170); }

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

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

 span { border-color: rgb(134,14,170); }

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