#8C0D84

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

Shades of Dark Magenta #8C0D84

Tints of Dark Magenta #8C0D84

Color information

#8C0D84 (or 0x8C0D84) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0D and 84. RGB value is (140,13,132). Sum of RGB (Red+Green+Blue) = 140+13+132=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0D84 is #73F27B. Grayscale: #404040. Windows color (decimal): -7598716 or 8654220. OLE color: 8654220.

HSL color Cylindrical-coordinate representation of color #8C0D84: hue angle of 303.78º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D84 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14013132-
CMYK00.910.060.45
HSL303.78º83.01%30%-
HSV(B)303.78º90.71%54.9%-
XYZ15.127.5322.49-
YUV64.54166.08181.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=49.12%
G=4.56%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401313200.910.060.45303.7883.0130
Hex8CD8405B62D130531e
Octal21415204013365546012336
Binary1000110011011000010001011011110101101100110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,13,132); }

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

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

 a { background-color: rgb(140,13,132); }

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

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

 span { border-color: rgb(140,13,132); }

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