#86078B

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

Shades of Dark Magenta #86078B

Tints of Dark Magenta #86078B

Color information

#86078B (or 0x86078B) is unknown color: approx Dark Magenta. HEX triplet: 86, 07 and 8B. RGB value is (134,7,139). Sum of RGB (Red+Green+Blue) = 134+7+139=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #86078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86078B is #79F874. Grayscale: #3B3B3B. Windows color (decimal): -7993461 or 9111430. OLE color: 9111430.

HSL color Cylindrical-coordinate representation of color #86078B: hue angle of 297.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86078B is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1347139-
CMYK0.040.9500.45
HSL297.73º90.41%28.63%-
HSV(B)297.73º94.96%54.51%-
XYZ14.577.0825.03-
YUV60.02172.58180.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=47.86%
G=2.5%
B=49.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13471390.040.9500.45297.7390.4128.63
Hex8678B45F02D12a5a1d
Octal2067213413705545213235
Binary100001101111000101110010111110101101100101010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86078B; }

 p { color: rgb(134,7,139); }

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

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

 a { background-color: rgb(134,7,139); }

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

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

 span { border-color: rgb(134,7,139); }

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