#8D129A

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

Shades of Dark Magenta #8D129A

Tints of Dark Magenta #8D129A

Color information

#8D129A (or 0x8D129A) is unknown color: approx Dark Magenta. HEX triplet: 8D, 12 and 9A. RGB value is (141,18,154). Sum of RGB (Red+Green+Blue) = 141+18+154=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D129A is #72ED65. Grayscale: #454545. Windows color (decimal): -7531878 or 10097293. OLE color: 10097293.

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

Color convert

RGB14118154-
CMYK0.080.8800.40
HSL294.26º79.07%33.73%-
HSV(B)294.26º88.31%60.39%-
XYZ17.038.4331.3-
YUV70.28175.25178.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=45.05%
G=5.75%
B=49.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141181540.080.8800.40294.2679.0733.73
Hex8D129A8580281264f22
Octal215222321013005044611742
Binary1000110110010100110101000101100001010001001001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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