#8C108E

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

Shades of Dark Magenta #8C108E

Tints of Dark Magenta #8C108E

Color information

#8C108E (or 0x8C108E) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 8E. RGB value is (140,16,142). Sum of RGB (Red+Green+Blue) = 140+16+142=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C108E is #73EF71. Grayscale: #434343. Windows color (decimal): -7597938 or 9310348. OLE color: 9310348.

HSL color Cylindrical-coordinate representation of color #8C108E: hue angle of 299.05º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C108E is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14016142-
CMYK0.010.8900.44
HSL299.05º79.75%30.98%-
HSV(B)299.05º88.73%55.69%-
XYZ15.887.926.28-
YUV67.44170.08179.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=46.98%
G=5.37%
B=47.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140161420.010.8900.44299.0579.7530.98
Hex8C108E15902C12b501f
Octal21420216113105445312037
Binary100011001000010001110110110010101100100101011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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