#860C85

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

Shades of Dark Magenta #860C85

Tints of Dark Magenta #860C85

Color information

#860C85 (or 0x860C85) is unknown color: approx Dark Magenta. HEX triplet: 86, 0C and 85. RGB value is (134,12,133). Sum of RGB (Red+Green+Blue) = 134+12+133=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #860C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C85 is #79F37A. Grayscale: #3D3D3D. Windows color (decimal): -7992187 or 8719494. OLE color: 8719494.

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

Color convert

RGB13412133-
CMYK00.910.010.47
HSL300.49º83.56%28.63%-
HSV(B)300.49º91.04%52.55%-
XYZ14.27.0222.8-
YUV62.27167.92179.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=48.03%
G=4.30%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341213300.910.010.47300.4983.5628.63
Hex86C8505B12F12c541d
Octal20614205013315745412435
Binary10000110110010000101010110111101111100101100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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