#86088A

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

Shades of Dark Magenta #86088A

Tints of Dark Magenta #86088A

Color information

#86088A (or 0x86088A) is unknown color: approx Dark Magenta. HEX triplet: 86, 08 and 8A. RGB value is (134,8,138). Sum of RGB (Red+Green+Blue) = 134+8+138=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #86088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86088A is #79F775. Grayscale: #3C3C3C. Windows color (decimal): -7993206 or 9046150. OLE color: 9046150.

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

Color convert

RGB1348138-
CMYK0.030.9400.46
HSL298.15º89.04%28.63%-
HSV(B)298.15º94.2%54.12%-
XYZ14.517.0824.65-
YUV60.49171.74180.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=47.86%
G=2.86%
B=49.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13481380.030.9400.46298.1589.0428.63
Hex8688A35E02E12a591d
Octal20610212313605645213135
Binary100001101000100010101110111100101110100101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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