#860296

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

Shades of Dark Magenta #860296

Tints of Dark Magenta #860296

Color information

#860296 (or 0x860296) is unknown color: approx Dark Magenta. HEX triplet: 86, 02 and 96. RGB value is (134,2,150). Sum of RGB (Red+Green+Blue) = 134+2+150=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #860296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860296 is #79FD69. Grayscale: #393939. Windows color (decimal): -7994730 or 9831046. OLE color: 9831046.

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

Color convert

RGB1342150-
CMYK0.110.9900.41
HSL293.51º97.37%29.8%-
HSV(B)293.51º98.67%58.82%-
XYZ15.367.3129.46-
YUV58.34179.73181.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=46.85%
G=0.70%
B=52.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13421500.110.9900.41293.5197.3729.8
Hex86296B63029126611e
Octal20622261314305144614136
Binary100001101010010110101111000110101001100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860296; }

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

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

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

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

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

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

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

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