#8C108D

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

Shades of Dark Magenta #8C108D

Tints of Dark Magenta #8C108D

Color information

#8C108D (or 0x8C108D) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 8D. RGB value is (140,16,141). Sum of RGB (Red+Green+Blue) = 140+16+141=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C108D is #73EF72. Grayscale: #424242. Windows color (decimal): -7597939 or 9244812. OLE color: 9244812.

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

Color convert

RGB14016141-
CMYK0.010.8900.45
HSL299.52º79.62%30.78%-
HSV(B)299.52º88.65%55.29%-
XYZ15.817.8725.89-
YUV67.33169.58179.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=47.14%
G=5.39%
B=47.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140161410.010.8900.45299.5279.6230.78
Hex8C108D15902D12c501f
Octal21420215113105545412037
Binary100011001000010001101110110010101101100101100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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