#860096

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

Shades of Dark Magenta #860096

Tints of Dark Magenta #860096

Color information

#860096 (or 0x860096) is unknown color: approx Dark Magenta. HEX triplet: 86, 00 and 96. RGB value is (134,0,150). Sum of RGB (Red+Green+Blue) = 134+0+150=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #860096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860096 is #79FF69. Grayscale: #383838. Windows color (decimal): -7995242 or 9830534. OLE color: 9830534.

HSL color Cylindrical-coordinate representation of color #860096: hue angle of 293.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860096 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1340150-
CMYK0.11100.41
HSL293.6º100%29.41%-
HSV(B)293.6º100%58.82%-
XYZ15.347.2729.45-
YUV57.17180.39182.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=47.18%
G=0%
B=52.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13401500.11100.41293.610029.41
Hex86096B64029126641d
Octal20602261314405144614435
Binary10000110010010110101111001000101001100100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860096; }

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

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

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

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

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

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

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

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