#8C119E

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

Shades of Dark Magenta #8C119E

Tints of Dark Magenta #8C119E

Color information

#8C119E (or 0x8C119E) is unknown color: approx Dark Magenta. HEX triplet: 8C, 11 and 9E. RGB value is (140,17,158). Sum of RGB (Red+Green+Blue) = 140+17+158=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C119E is #73EE61. Grayscale: #454545. Windows color (decimal): -7597666 or 10359180. OLE color: 10359180.

HSL color Cylindrical-coordinate representation of color #8C119E: hue angle of 292.34º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C119E is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14017158-
CMYK0.110.8900.38
HSL292.34º80.57%34.31%-
HSV(B)292.34º89.24%61.96%-
XYZ17.198.4433.07-
YUV69.85177.75178.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=44.44%
G=5.40%
B=50.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140171580.110.8900.38292.3480.5734.31
Hex8C119EB590261245122
Octal214212361313104644412142
Binary1000110010001100111101011101100101001101001001001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,17,158); }

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

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

 a { background-color: rgb(140,17,158); }

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

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

 span { border-color: rgb(140,17,158); }

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