#8D149A

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

Shades of Dark Magenta #8D149A

Tints of Dark Magenta #8D149A

Color information

#8D149A (or 0x8D149A) is unknown color: approx Dark Magenta. HEX triplet: 8D, 14 and 9A. RGB value is (141,20,154). Sum of RGB (Red+Green+Blue) = 141+20+154=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D149A is #72EB65. Grayscale: #474747. Windows color (decimal): -7531366 or 10097805. OLE color: 10097805.

HSL color Cylindrical-coordinate representation of color #8D149A: hue angle of 294.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D149A is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14120154-
CMYK0.080.8700.40
HSL294.18º77.01%34.12%-
HSV(B)294.18º87.01%60.39%-
XYZ17.078.531.31-
YUV71.46174.59177.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=44.76%
G=6.35%
B=48.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141201540.080.8700.40294.1877.0134.12
Hex8D149A8570281264d22
Octal215242321012705044611542
Binary1000110110100100110101000101011101010001001001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,154); }

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

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

 a { background-color: rgb(141,20,154); }

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

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

 span { border-color: rgb(141,20,154); }

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