#860E9B

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

Shades of Dark Magenta #860E9B

Tints of Dark Magenta #860E9B

Color information

#860E9B (or 0x860E9B) is unknown color: approx Dark Magenta. HEX triplet: 86, 0E and 9B. RGB value is (134,14,155). Sum of RGB (Red+Green+Blue) = 134+14+155=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #860E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E9B is #79F164. Grayscale: #414141. Windows color (decimal): -7991653 or 10161798. OLE color: 10161798.

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

Color convert

RGB13414155-
CMYK0.140.9100.39
HSL291.06º83.43%33.14%-
HSV(B)291.06º90.97%60.78%-
XYZ15.97.7531.67-
YUV65.95178.26176.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=44.22%
G=4.62%
B=51.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134141550.140.9100.39291.0683.4333.14
Hex86E9BE5B0271235321
Octal206162331613304744312341
Binary100001101110100110111110101101101001111001000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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