#860085

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

Shades of Dark Magenta #860085

Tints of Dark Magenta #860085

Color information

#860085 (or 0x860085) is unknown color: approx Dark Magenta. HEX triplet: 86, 00 and 85. RGB value is (134,0,133). Sum of RGB (Red+Green+Blue) = 134+0+133=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860085 is #79FF7A. Grayscale: #363636. Windows color (decimal): -7995259 or 8716422. OLE color: 8716422.

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

Color convert

RGB1340133-
CMYK010.010.47
HSL300.45º100%26.27%-
HSV(B)300.45º100%52.55%-
XYZ14.076.7622.75-
YUV55.23171.89184.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=50.19%
G=0%
B=49.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340133010.010.47300.4510026.27
Hex8608506412F12c641a
Octal2060205014415745414432
Binary10000110010000101011001001101111100101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860085; }

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

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

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

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

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

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

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

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