#8D029E

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

Shades of Dark Magenta #8D029E

Tints of Dark Magenta #8D029E

Color information

#8D029E (or 0x8D029E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 02 and 9E. RGB value is (141,2,158). Sum of RGB (Red+Green+Blue) = 141+2+158=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D029E is #72FD61. Grayscale: #3C3C3C. Windows color (decimal): -7535970 or 10355341. OLE color: 10355341.

HSL color Cylindrical-coordinate representation of color #8D029E: hue angle of 293.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D029E is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1412158-
CMYK0.110.9900.38
HSL293.46º97.5%31.37%-
HSV(B)293.46º98.73%61.96%-
XYZ17.188.1733.02-
YUV61.34182.55184.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=46.84%
G=0.66%
B=52.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14121580.110.9900.38293.4697.531.37
Hex8D29EB63026125621f
Octal21522361314304644514237
Binary100011011010011110101111000110100110100100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,158); }

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

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

 a { background-color: rgb(141,2,158); }

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

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

 span { border-color: rgb(141,2,158); }

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