#86019B

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

Shades of Dark Magenta #86019B

Tints of Dark Magenta #86019B

Color information

#86019B (or 0x86019B) is unknown color: approx Dark Magenta. HEX triplet: 86, 01 and 9B. RGB value is (134,1,155). Sum of RGB (Red+Green+Blue) = 134+1+155=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #86019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019B is #79FE64. Grayscale: #393939. Windows color (decimal): -7994981 or 10158470. OLE color: 10158470.

HSL color Cylindrical-coordinate representation of color #86019B: hue angle of 291.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86019B is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1341155-
CMYK0.140.9900.39
HSL291.82º98.72%30.59%-
HSV(B)291.82º99.35%60.78%-
XYZ15.767.4631.62-
YUV58.32182.56181.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=46.21%
G=0.34%
B=53.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13411550.140.9900.39291.8298.7230.59
Hex8619BE63027124631f
Octal20612331614304744414337
Binary10000110110011011111011000110100111100100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,1,155); }

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

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

 a { background-color: rgb(134,1,155); }

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

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

 span { border-color: rgb(134,1,155); }

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