#8809A5

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

Shades of Dark Magenta #8809A5

Tints of Dark Magenta #8809A5

Color information

#8809A5 (or 0x8809A5) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and A5. RGB value is (136,9,165). Sum of RGB (Red+Green+Blue) = 136+9+165=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #8809A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8809A5 is #77F65A. Grayscale: #404040. Windows color (decimal): -7861851 or 10815880. OLE color: 10815880.

HSL color Cylindrical-coordinate representation of color #8809A5: hue angle of 288.85º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8809A5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1369165-
CMYK0.180.9500.35
HSL288.85º89.66%34.12%-
HSV(B)288.85º94.55%64.71%-
XYZ17.048.1536.27-
YUV64.76184.58178.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 9 (3.91% from 255) = 2.90%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=43.87%
G=2.90%
B=53.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13691650.180.9500.35288.8589.6634.12
Hex889A5125F0231215a22
Octal210112452213704344113242
Binary1000100010011010010110010101111101000111001000011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8809A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8809A5; }

 p { color: rgb(136,9,165); }

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

<style>
 a { background-color: #8809A5; }

 a { background-color: rgb(136,9,165); }

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

<style>
 span { border-color: #8809A5; }

 span { border-color: rgb(136,9,165); }

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