#8D09AC

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

Shades of Dark Magenta #8D09AC

Tints of Dark Magenta #8D09AC

Color information

#8D09AC (or 0x8D09AC) is unknown color: approx Dark Magenta. HEX triplet: 8D, 09 and AC. RGB value is (141,9,172). Sum of RGB (Red+Green+Blue) = 141+9+172=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D09AC is #72F653. Grayscale: #424242. Windows color (decimal): -7534164 or 11274637. OLE color: 11274637.

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

Color convert

RGB1419172-
CMYK0.180.9500.33
HSL288.59º90.06%35.49%-
HSV(B)288.59º94.77%67.45%-
XYZ18.538.8439.76-
YUV67.05187.23180.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=43.79%
G=2.80%
B=53.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14191720.180.9500.33288.5990.0635.49
Hex8D9AC125F0211215a23
Octal215112542213704144113243
Binary1000110110011010110010010101111101000011001000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D09AC; }

 p { color: rgb(141,9,172); }

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

<style>
 a { background-color: #8D09AC; }

 a { background-color: rgb(141,9,172); }

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

<style>
 span { border-color: #8D09AC; }

 span { border-color: rgb(141,9,172); }

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