#8611A7

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

Shades of Dark Magenta #8611A7

Tints of Dark Magenta #8611A7

Color information

#8611A7 (or 0x8611A7) is unknown color: approx Dark Magenta. HEX triplet: 86, 11 and A7. RGB value is (134,17,167). Sum of RGB (Red+Green+Blue) = 134+17+167=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 167 (65.62% from 255 or 52.52% from 318); Max value from RGB is 167 - color contains mainly: blue. Hex color #8611A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8611A7 is #79EE58. Grayscale: #444444. Windows color (decimal): -7990873 or 10948998. OLE color: 10948998.

HSL color Cylindrical-coordinate representation of color #8611A7: hue angle of 286.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8611A7 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13417167-
CMYK0.200.9000.35
HSL286.8º81.52%36.08%-
HSV(B)286.8º89.82%65.49%-
XYZ17.018.2637.26-
YUV69.08183.26174.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 167 (65.62% from 255) = 52.52%
R=42.14%
G=5.35%
B=52.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134171670.200.9000.35286.881.5236.08
Hex8611A7145A02311f5224
Octal206212472413204343712244
Binary10000110100011010011110100101101001000111000111111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8611A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8611A7; }

 p { color: rgb(134,17,167); }

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

<style>
 a { background-color: #8611A7; }

 a { background-color: rgb(134,17,167); }

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

<style>
 span { border-color: #8611A7; }

 span { border-color: rgb(134,17,167); }

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