#8C108F

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

Shades of Dark Magenta #8C108F

Tints of Dark Magenta #8C108F

Color information

#8C108F (or 0x8C108F) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 8F. RGB value is (140,16,143). Sum of RGB (Red+Green+Blue) = 140+16+143=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C108F is #73EF70. Grayscale: #434343. Windows color (decimal): -7597937 or 9375884. OLE color: 9375884.

HSL color Cylindrical-coordinate representation of color #8C108F: hue angle of 298.58º 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 #8C108F is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14016143-
CMYK0.020.8900.44
HSL298.58º79.87%31.18%-
HSV(B)298.58º88.81%56.08%-
XYZ15.967.9326.68-
YUV67.55170.58179.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 16 (6.64% from 255) = 5.35%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=46.82%
G=5.35%
B=47.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140161430.020.8900.44298.5879.8731.18
Hex8C108F25902C12b501f
Octal21420217213105445312037
Binary1000110010000100011111010110010101100100101011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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