#860099

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

Shades of Dark Magenta #860099

Tints of Dark Magenta #860099

Color information

#860099 (or 0x860099) is unknown color: approx Dark Magenta. HEX triplet: 86, 00 and 99. RGB value is (134,0,153). Sum of RGB (Red+Green+Blue) = 134+0+153=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #860099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860099 is #79FF66. Grayscale: #393939. Windows color (decimal): -7995239 or 10027142. OLE color: 10027142.

HSL color Cylindrical-coordinate representation of color #860099: hue angle of 292.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860099 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1340153-
CMYK0.12100.4
HSL292.55º100%30%-
HSV(B)292.55º100%60%-
XYZ15.587.3730.74-
YUV57.51181.89182.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=46.69%
G=0%
B=53.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13401530.12100.4292.5510030
Hex86099C64028125641e
Octal20602311414405044514436
Binary10000110010011001110011001000101000100100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860099; }

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

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

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

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

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

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

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

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