#8610AB

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

Shades of Dark Magenta #8610AB

Tints of Dark Magenta #8610AB

Color information

#8610AB (or 0x8610AB) is unknown color: approx Dark Magenta. HEX triplet: 86, 10 and AB. RGB value is (134,16,171). Sum of RGB (Red+Green+Blue) = 134+16+171=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #8610AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8610AB is #79EF54. Grayscale: #444444. Windows color (decimal): -7991125 or 11210886. OLE color: 11210886.

HSL color Cylindrical-coordinate representation of color #8610AB: hue angle of 285.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610AB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13416171-
CMYK0.220.9100.33
HSL285.68º82.89%36.67%-
HSV(B)285.68º90.64%67.06%-
XYZ17.378.3839.23-
YUV68.95185.59174.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=41.74%
G=4.98%
B=53.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134161710.220.9100.33285.6882.8936.67
Hex8610AB165B02111e5325
Octal206202532613304143612345
Binary10000110100001010101110110101101101000011000111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8610AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8610AB; }

 p { color: rgb(134,16,171); }

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

<style>
 a { background-color: #8610AB; }

 a { background-color: rgb(134,16,171); }

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

<style>
 span { border-color: #8610AB; }

 span { border-color: rgb(134,16,171); }

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