#860C9D

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

Shades of Dark Magenta #860C9D

Tints of Dark Magenta #860C9D

Color information

#860C9D (or 0x860C9D) is unknown color: approx Dark Magenta. HEX triplet: 86, 0C and 9D. RGB value is (134,12,157). Sum of RGB (Red+Green+Blue) = 134+12+157=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #860C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C9D is #79F362. Grayscale: #404040. Windows color (decimal): -7992163 or 10292358. OLE color: 10292358.

HSL color Cylindrical-coordinate representation of color #860C9D: hue angle of 290.48º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860C9D is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13412157-
CMYK0.150.9200.38
HSL290.48º85.8%33.14%-
HSV(B)290.48º92.36%61.57%-
XYZ16.057.7732.55-
YUV65.01179.92177.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=44.22%
G=3.96%
B=51.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134121570.150.9200.38290.4885.833.14
Hex86C9DF5C0261225621
Octal206142351713404644212641
Binary100001101100100111011111101110001001101001000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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