#8C179A

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

Shades of Dark Magenta #8C179A

Tints of Dark Magenta #8C179A

Color information

#8C179A (or 0x8C179A) is unknown color: approx Dark Magenta. HEX triplet: 8C, 17 and 9A. RGB value is (140,23,154). Sum of RGB (Red+Green+Blue) = 140+23+154=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C179A is #73E865. Grayscale: #484848. Windows color (decimal): -7596134 or 10098572. OLE color: 10098572.

HSL color Cylindrical-coordinate representation of color #8C179A: hue angle of 293.59º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C179A is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14023154-
CMYK0.090.8500.40
HSL293.59º74.01%34.71%-
HSV(B)293.59º85.06%60.39%-
XYZ16.958.5231.32-
YUV72.92173.76175.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=44.16%
G=7.26%
B=48.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140231540.090.8500.40293.5974.0134.71
Hex8C179A9550281264a23
Octal214272321112505044611243
Binary1000110010111100110101001101010101010001001001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C179A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,154); }

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

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

 a { background-color: rgb(140,23,154); }

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

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

 span { border-color: rgb(140,23,154); }

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