#8D1A9E

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

Shades of Dark Magenta #8D1A9E

Tints of Dark Magenta #8D1A9E

Color information

#8D1A9E (or 0x8D1A9E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 1A and 9E. RGB value is (141,26,158). Sum of RGB (Red+Green+Blue) = 141+26+158=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D1A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A9E is #72E561. Grayscale: #4B4B4B. Windows color (decimal): -7529826 or 10361485. OLE color: 10361485.

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

Color convert

RGB14126158-
CMYK0.110.8400.38
HSL292.27º71.74%36.08%-
HSV(B)292.27º83.54%61.96%-
XYZ17.538.8733.14-
YUV75.43174.6174.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=43.38%
G=8%
B=48.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141261580.110.8400.38292.2771.7436.08
Hex8D1A9EB540261244824
Octal215322361312404644411044
Binary1000110111010100111101011101010001001101001001001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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