#8C109C

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

Shades of Dark Magenta #8C109C

Tints of Dark Magenta #8C109C

Color information

#8C109C (or 0x8C109C) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 9C. RGB value is (140,16,156). Sum of RGB (Red+Green+Blue) = 140+16+156=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C109C is #73EF63. Grayscale: #444444. Windows color (decimal): -7597924 or 10227852. OLE color: 10227852.

HSL color Cylindrical-coordinate representation of color #8C109C: hue angle of 293.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C109C is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14016156-
CMYK0.100.9000.39
HSL293.14º81.4%33.73%-
HSV(B)293.14º89.74%61.18%-
XYZ178.3532.17-
YUV69.04177.08178.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 16 (6.64% from 255) = 5.13%
BLUE value IS 156 (61.33% from 255) = 50%
R=44.87%
G=5.13%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140161560.100.9000.39293.1481.433.73
Hex8C109CA5A0271255122
Octal214202341213204744512142
Binary1000110010000100111001010101101001001111001001011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,156); }

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

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

 a { background-color: rgb(140,16,156); }

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

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

 span { border-color: rgb(140,16,156); }

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