#8C0481

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

Shades of Dark Magenta #8C0481

Tints of Dark Magenta #8C0481

Color information

#8C0481 (or 0x8C0481) is unknown color: approx Dark Magenta. HEX triplet: 8C, 04 and 81. RGB value is (140,4,129). Sum of RGB (Red+Green+Blue) = 140+4+129=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0481 is #73FB7E. Grayscale: #3A3A3A. Windows color (decimal): -7601023 or 8455308. OLE color: 8455308.

HSL color Cylindrical-coordinate representation of color #8C0481: hue angle of 304.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0481 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB1404129-
CMYK00.970.080.45
HSL304.85º94.44%28.24%-
HSV(B)304.85º97.14%54.9%-
XYZ14.827.2521.39-
YUV58.91167.56185.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=51.28%
G=1.47%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140412900.970.080.45304.8594.4428.24
Hex8C48106182D1315e1c
Octal21442010141105546113634
Binary1000110010010000001011000011000101101100110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,129); }

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

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

 a { background-color: rgb(140,4,129); }

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

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

 span { border-color: rgb(140,4,129); }

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