#860292

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

Shades of Dark Magenta #860292

Tints of Dark Magenta #860292

Color information

#860292 (or 0x860292) is unknown color: approx Dark Magenta. HEX triplet: 86, 02 and 92. RGB value is (134,2,146). Sum of RGB (Red+Green+Blue) = 134+2+146=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #860292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860292 is #79FD6D. Grayscale: #393939. Windows color (decimal): -7994734 or 9568902. OLE color: 9568902.

HSL color Cylindrical-coordinate representation of color #860292: hue angle of 295º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860292 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1342146-
CMYK0.080.9900.43
HSL295º97.3%29.02%-
HSV(B)295º98.63%57.25%-
XYZ15.047.1927.79-
YUV57.88177.73182.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=47.52%
G=0.71%
B=51.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13421460.080.9900.4329597.329.02
Hex8629286302B127611d
Octal20622221014305344714135
Binary100001101010010010100011000110101011100100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860292; }

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

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

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

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

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

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

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

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