#86028B

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

Shades of Dark Magenta #86028B

Tints of Dark Magenta #86028B

Color information

#86028B (or 0x86028B) is unknown color: approx Dark Magenta. HEX triplet: 86, 02 and 8B. RGB value is (134,2,139). Sum of RGB (Red+Green+Blue) = 134+2+139=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #86028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86028B is #79FD74. Grayscale: #383838. Windows color (decimal): -7994741 or 9110150. OLE color: 9110150.

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

Color convert

RGB1342139-
CMYK0.040.9900.45
HSL297.81º97.16%27.65%-
HSV(B)297.81º98.56%54.51%-
XYZ14.516.9825.01-
YUV57.09174.23182.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=48.73%
G=0.73%
B=50.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13421390.040.9900.45297.8197.1627.65
Hex8628B46302D12a611c
Octal2062213414305545214134
Binary10000110101000101110011000110101101100101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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