#86038F

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

Shades of Dark Magenta #86038F

Tints of Dark Magenta #86038F

Color information

#86038F (or 0x86038F) is unknown color: approx Dark Magenta. HEX triplet: 86, 03 and 8F. RGB value is (134,3,143). Sum of RGB (Red+Green+Blue) = 134+3+143=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #86038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86038F is #79FC70. Grayscale: #393939. Windows color (decimal): -7994481 or 9372550. OLE color: 9372550.

HSL color Cylindrical-coordinate representation of color #86038F: hue angle of 296.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86038F is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1343143-
CMYK0.060.9800.44
HSL296.14º95.89%28.63%-
HSV(B)296.14º97.9%56.08%-
XYZ14.827.1226.58-
YUV58.13175.9182.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 143 (56.25% from 255) = 51.07%
R=47.86%
G=1.07%
B=51.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13431430.060.9800.44296.1495.8928.63
Hex8638F66202C128601d
Octal2063217614205445014035
Binary10000110111000111111011000100101100100101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86038F; }

 p { color: rgb(134,3,143); }

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

<style>
 a { background-color: #86038F; }

 a { background-color: rgb(134,3,143); }

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

<style>
 span { border-color: #86038F; }

 span { border-color: rgb(134,3,143); }

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