#8C0499

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

Shades of Dark Magenta #8C0499

Tints of Dark Magenta #8C0499

Color information

#8C0499 (or 0x8C0499) is unknown color: approx Dark Magenta. HEX triplet: 8C, 04 and 99. RGB value is (140,4,153). Sum of RGB (Red+Green+Blue) = 140+4+153=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0499 is #73FB66. Grayscale: #3D3D3D. Windows color (decimal): -7600999 or 10028172. OLE color: 10028172.

HSL color Cylindrical-coordinate representation of color #8C0499: hue angle of 294.77º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0499 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1404153-
CMYK0.080.9700.4
HSL294.77º94.9%30.78%-
HSV(B)294.77º97.39%60%-
XYZ16.617.9630.8-
YUV61.65179.56183.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 4 (1.95% from 255) = 1.35%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=47.14%
G=1.35%
B=51.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14041530.080.9700.4294.7794.930.78
Hex8C4998610281275f1f
Octal21442311014105044713737
Binary1000110010010011001100011000010101000100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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