#860389

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

Shades of Dark Magenta #860389

Tints of Dark Magenta #860389

Color information

#860389 (or 0x860389) is unknown color: approx Dark Magenta. HEX triplet: 86, 03 and 89. RGB value is (134,3,137). Sum of RGB (Red+Green+Blue) = 134+3+137=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #860389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860389 is #79FC76. Grayscale: #393939. Windows color (decimal): -7994487 or 8979334. OLE color: 8979334.

HSL color Cylindrical-coordinate representation of color #860389: hue angle of 298.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860389 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1343137-
CMYK0.020.9800.46
HSL298.66º95.71%27.45%-
HSV(B)298.66º97.81%53.73%-
XYZ14.386.9424.25-
YUV57.44172.9182.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 137 (53.91% from 255) = 50%
R=48.91%
G=1.09%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13431370.020.9800.46298.6695.7127.45
Hex8638926202E12b601b
Octal2063211214205645314033
Binary1000011011100010011011000100101110100101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860389; }

 p { color: rgb(134,3,137); }

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

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

 a { background-color: rgb(134,3,137); }

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

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

 span { border-color: rgb(134,3,137); }

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