#860189

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

Shades of Dark Magenta #860189

Tints of Dark Magenta #860189

Color information

#860189 (or 0x860189) is unknown color: approx Dark Magenta. HEX triplet: 86, 01 and 89. RGB value is (134,1,137). Sum of RGB (Red+Green+Blue) = 134+1+137=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #860189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860189 is #79FE76. Grayscale: #373737. Windows color (decimal): -7994999 or 8978822. OLE color: 8978822.

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

Color convert

RGB1341137-
CMYK0.020.9900.46
HSL298.68º98.55%27.06%-
HSV(B)298.68º99.27%53.73%-
XYZ14.366.924.24-
YUV56.27173.56183.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=49.26%
G=0.37%
B=50.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13411370.020.9900.46298.6898.5527.06
Hex8618926302E12b631b
Octal2061211214305645314333
Binary100001101100010011011000110101110100101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860189; }

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

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

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

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

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

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

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

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