#8C1999

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

Shades of Dark Magenta #8C1999

Tints of Dark Magenta #8C1999

Color information

#8C1999 (or 0x8C1999) is unknown color: approx Dark Magenta. HEX triplet: 8C, 19 and 99. RGB value is (140,25,153). Sum of RGB (Red+Green+Blue) = 140+25+153=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1999 is #73E666. Grayscale: #494949. Windows color (decimal): -7595623 or 10033548. OLE color: 10033548.

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

Color convert

RGB14025153-
CMYK0.080.8400.4
HSL293.91º71.91%34.9%-
HSV(B)293.91º83.66%60%-
XYZ16.918.5730.9-
YUV73.98172.6175.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=44.03%
G=7.86%
B=48.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140251530.080.8400.4293.9171.9134.9
Hex8C19998540281264823
Octal214312311012405044611043
Binary1000110011001100110011000101010001010001001001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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