#861289

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

Shades of Dark Magenta #861289

Tints of Dark Magenta #861289

Color information

#861289 (or 0x861289) is unknown color: approx Dark Magenta. HEX triplet: 86, 12 and 89. RGB value is (134,18,137). Sum of RGB (Red+Green+Blue) = 134+18+137=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #861289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861289 is #79ED76. Grayscale: #414141. Windows color (decimal): -7990647 or 8983174. OLE color: 8983174.

HSL color Cylindrical-coordinate representation of color #861289: hue angle of 298.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861289 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13418137-
CMYK0.020.8700.46
HSL298.49º76.77%30.39%-
HSV(B)298.49º86.86%53.73%-
XYZ14.567.3124.31-
YUV66.25167.93176.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=46.37%
G=6.23%
B=47.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134181370.020.8700.46298.4976.7730.39
Hex86128925702E12a4d1e
Octal20622211212705645211536
Binary1000011010010100010011010101110101110100101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861289; }

 p { color: rgb(134,18,137); }

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

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

 a { background-color: rgb(134,18,137); }

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

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

 span { border-color: rgb(134,18,137); }

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