#8812AD

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

Shades of Dark Magenta #8812AD

Tints of Dark Magenta #8812AD

Color information

#8812AD (or 0x8812AD) is unknown color: approx Dark Magenta. HEX triplet: 88, 12 and AD. RGB value is (136,18,173). Sum of RGB (Red+Green+Blue) = 136+18+173=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8812AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8812AD is #77ED52. Grayscale: #464646. Windows color (decimal): -7859539 or 11342472. OLE color: 11342472.

HSL color Cylindrical-coordinate representation of color #8812AD: hue angle of 285.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8812AD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13618173-
CMYK0.210.9000.32
HSL285.68º81.15%37.45%-
HSV(B)285.68º89.6%67.84%-
XYZ17.918.6840.27-
YUV70.95185.59174.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=41.59%
G=5.50%
B=52.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136181730.210.9000.32285.6881.1537.45
Hex8812AD155A02011e5125
Octal210222552513204043612145
Binary10001000100101010110110101101101001000001000111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8812AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8812AD; }

 p { color: rgb(136,18,173); }

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

<style>
 a { background-color: #8812AD; }

 a { background-color: rgb(136,18,173); }

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

<style>
 span { border-color: #8812AD; }

 span { border-color: rgb(136,18,173); }

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