#8C0493

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

Shades of Dark Magenta #8C0493

Tints of Dark Magenta #8C0493

Color information

#8C0493 (or 0x8C0493) is unknown color: approx Dark Magenta. HEX triplet: 8C, 04 and 93. RGB value is (140,4,147). Sum of RGB (Red+Green+Blue) = 140+4+147=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C0493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0493 is #73FB6C. Grayscale: #3C3C3C. Windows color (decimal): -7601005 or 9634956. OLE color: 9634956.

HSL color Cylindrical-coordinate representation of color #8C0493: hue angle of 297.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0493 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1404147-
CMYK0.050.9700.42
HSL297.06º94.7%29.61%-
HSV(B)297.06º97.28%57.65%-
XYZ16.137.7728.25-
YUV60.97176.56184.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=48.11%
G=1.37%
B=50.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14041470.050.9700.42297.0694.729.61
Hex8C49356102A1295f1e
Octal2144223514105245113736
Binary100011001001001001110111000010101010100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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