#86189E

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

Shades of Dark Magenta #86189E

Tints of Dark Magenta #86189E

Color information

#86189E (or 0x86189E) is unknown color: approx Dark Magenta. HEX triplet: 86, 18 and 9E. RGB value is (134,24,158). Sum of RGB (Red+Green+Blue) = 134+24+158=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #86189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86189E is #79E761. Grayscale: #474747. Windows color (decimal): -7989090 or 10360966. OLE color: 10360966.

HSL color Cylindrical-coordinate representation of color #86189E: hue angle of 289.25º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86189E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13424158-
CMYK0.150.8500.38
HSL289.25º73.63%35.69%-
HSV(B)289.25º84.81%61.96%-
XYZ16.338.1933.07-
YUV72.17176.44172.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 158 (62.11% from 255) = 50%
R=42.41%
G=7.59%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134241580.150.8500.38289.2573.6335.69
Hex86189EF550261214a24
Octal206302361712504644111244
Binary1000011011000100111101111101010101001101001000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86189E; }

 p { color: rgb(134,24,158); }

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

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

 a { background-color: rgb(134,24,158); }

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

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

 span { border-color: rgb(134,24,158); }

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