#86178A

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

Shades of Dark Magenta #86178A

Tints of Dark Magenta #86178A

Color information

#86178A (or 0x86178A) is unknown color: approx Dark Magenta. HEX triplet: 86, 17 and 8A. RGB value is (134,23,138). Sum of RGB (Red+Green+Blue) = 134+23+138=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #86178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86178A is #79E875. Grayscale: #444444. Windows color (decimal): -7989366 or 9049990. OLE color: 9049990.

HSL color Cylindrical-coordinate representation of color #86178A: hue angle of 297.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86178A is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13423138-
CMYK0.030.8300.46
HSL297.91º71.43%31.57%-
HSV(B)297.91º83.33%54.12%-
XYZ14.737.5224.72-
YUV69.3166.77174.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=45.42%
G=7.80%
B=46.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134231380.030.8300.46297.9171.4331.57
Hex86178A35302E12a4720
Octal20627212312305645210740
Binary10000110101111000101011101001101011101001010101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86178A; }

 p { color: rgb(134,23,138); }

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

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

 a { background-color: rgb(134,23,138); }

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

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

 span { border-color: rgb(134,23,138); }

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