#86029A

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

Shades of Dark Magenta #86029A

Tints of Dark Magenta #86029A

Color information

#86029A (or 0x86029A) is unknown color: approx Dark Magenta. HEX triplet: 86, 02 and 9A. RGB value is (134,2,154). Sum of RGB (Red+Green+Blue) = 134+2+154=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #86029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86029A is #79FD65. Grayscale: #3A3A3A. Windows color (decimal): -7994726 or 10093190. OLE color: 10093190.

HSL color Cylindrical-coordinate representation of color #86029A: hue angle of 292.11º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86029A is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1342154-
CMYK0.130.9900.40
HSL292.11º97.44%30.59%-
HSV(B)292.11º98.7%60.39%-
XYZ15.697.4431.18-
YUV58.8181.73181.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=46.21%
G=0.69%
B=53.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13421540.130.9900.40292.1197.4430.59
Hex8629AD63028124611f
Octal20622321514305044414137
Binary100001101010011010110111000110101000100100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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