#8D04A5

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

Shades of Dark Magenta #8D04A5

Tints of Dark Magenta #8D04A5

Color information

#8D04A5 (or 0x8D04A5) is unknown color: approx Dark Magenta. HEX triplet: 8D, 04 and A5. RGB value is (141,4,165). Sum of RGB (Red+Green+Blue) = 141+4+165=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D04A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D04A5 is #72FB5A. Grayscale: #3E3E3E. Windows color (decimal): -7535451 or 10814605. OLE color: 10814605.

HSL color Cylindrical-coordinate representation of color #8D04A5: hue angle of 291.06º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04A5 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1414165-
CMYK0.150.9800.35
HSL291.06º95.27%33.14%-
HSV(B)291.06º97.58%64.71%-
XYZ17.828.4736.29-
YUV63.32185.39183.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=45.48%
G=1.29%
B=53.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14141650.150.9800.35291.0695.2733.14
Hex8D4A5F620231235f21
Octal21542451714204344313741
Binary10001101100101001011111110001001000111001000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D04A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,165); }

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

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

 a { background-color: rgb(141,4,165); }

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

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

 span { border-color: rgb(141,4,165); }

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