#8817A2

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

Shades of Dark Magenta #8817A2

Tints of Dark Magenta #8817A2

Color information

#8817A2 (or 0x8817A2) is unknown color: approx Dark Magenta. HEX triplet: 88, 17 and A2. RGB value is (136,23,162). Sum of RGB (Red+Green+Blue) = 136+23+162=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #8817A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8817A2 is #77E85D. Grayscale: #484848. Windows color (decimal): -7858270 or 10622856. OLE color: 10622856.

HSL color Cylindrical-coordinate representation of color #8817A2: hue angle of 288.78º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8817A2 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13623162-
CMYK0.160.8600.36
HSL288.78º75.14%36.27%-
HSV(B)288.78º85.8%63.53%-
XYZ16.988.4634.92-
YUV72.63178.44173.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 23 (9.38% from 255) = 7.17%
BLUE value IS 162 (63.67% from 255) = 50.47%
R=42.37%
G=7.17%
B=50.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136231620.160.8600.36288.7875.1436.27
Hex8817A210560241214b24
Octal210272422012604444111344
Binary10001000101111010001010000101011001001001001000011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8817A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8817A2; }

 p { color: rgb(136,23,162); }

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

<style>
 a { background-color: #8817A2; }

 a { background-color: rgb(136,23,162); }

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

<style>
 span { border-color: #8817A2; }

 span { border-color: rgb(136,23,162); }

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