#8606A4

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

Shades of Dark Magenta #8606A4

Tints of Dark Magenta #8606A4

Color information

#8606A4 (or 0x8606A4) is unknown color: approx Dark Magenta. HEX triplet: 86, 06 and A4. RGB value is (134,6,164). Sum of RGB (Red+Green+Blue) = 134+6+164=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #8606A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8606A4 is #79F95B. Grayscale: #3D3D3D. Windows color (decimal): -7993692 or 10749574. OLE color: 10749574.

HSL color Cylindrical-coordinate representation of color #8606A4: hue angle of 288.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8606A4 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1346164-
CMYK0.180.9600.36
HSL288.61º92.94%33.33%-
HSV(B)288.61º96.34%64.31%-
XYZ16.67.8835.77-
YUV62.28185.41179.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 164 (64.45% from 255) = 53.95%
R=44.08%
G=1.97%
B=53.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13461640.180.9600.36288.6192.9433.33
Hex866A412600241215d21
Octal20662442214004444113541
Binary100001101101010010010010110000001001001001000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8606A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8606A4; }

 p { color: rgb(134,6,164); }

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

<style>
 a { background-color: #8606A4; }

 a { background-color: rgb(134,6,164); }

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

<style>
 span { border-color: #8606A4; }

 span { border-color: rgb(134,6,164); }

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