#860188

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

Shades of Dark Magenta #860188

Tints of Dark Magenta #860188

Color information

#860188 (or 0x860188) is unknown color: approx Dark Magenta. HEX triplet: 86, 01 and 88. RGB value is (134,1,136). Sum of RGB (Red+Green+Blue) = 134+1+136=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #860188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860188 is #79FE77. Grayscale: #373737. Windows color (decimal): -7995000 or 8913286. OLE color: 8913286.

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

Color convert

RGB1341136-
CMYK0.010.9900.47
HSL299.11º98.54%26.86%-
HSV(B)299.11º99.26%53.33%-
XYZ14.296.8723.87-
YUV56.16173.06183.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=49.45%
G=0.37%
B=50.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411360.010.9900.47299.1198.5426.86
Hex8618816302F12b631b
Octal2061210114305745314333
Binary10000110110001000111000110101111100101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860188; }

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

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

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

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

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

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

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

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