#8d0a9c

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

Shades of Dark Magenta #8D0A9C

Tints of Dark Magenta #8D0A9C

Color information

#8D0A9C (or 0x8D0A9C) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0A and 9C. RGB value is (141,10,156). Sum of RGB (Red+Green+Blue) = 141+10+156=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D0A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0A9C is #72F563. Grayscale: #414141. Windows color (decimal): -7533924 or 10226317. OLE color: 10226317.

HSL color Cylindrical-coordinate representation of color #8D0A9C: hue angle of 293.84º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0A9C is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14110156-
CMYK0.100.9400.39
HSL293.84º87.95%32.55%-
HSV(B)293.84º93.59%61.18%-
XYZ17.098.2832.15-
YUV65.81178.9181.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=45.93%
G=3.26%
B=50.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141101560.100.9400.39293.8487.9532.55
Hex8DA9CA5E0271265821
Octal215122341213604744613041
Binary100011011010100111001010101111001001111001001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d0a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,10,156); }

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

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

 a { background-color: rgb(141,10,156); }

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

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

 span { border-color: rgb(141,10,156); }

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