#860C9B

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

Shades of Dark Magenta #860C9B

Tints of Dark Magenta #860C9B

Color information

#860C9B (or 0x860C9B) is unknown color: approx Dark Magenta. HEX triplet: 86, 0C and 9B. RGB value is (134,12,155). Sum of RGB (Red+Green+Blue) = 134+12+155=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #860C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C9B is #79F364. Grayscale: #404040. Windows color (decimal): -7992165 or 10161286. OLE color: 10161286.

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

Color convert

RGB13412155-
CMYK0.140.9200.39
HSL291.19º85.63%32.75%-
HSV(B)291.19º92.26%60.78%-
XYZ15.887.731.66-
YUV64.78178.92177.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=44.52%
G=3.99%
B=51.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134121550.140.9200.39291.1985.6332.75
Hex86C9BE5C0271235621
Octal206142331613404744312641
Binary100001101100100110111110101110001001111001000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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