#8C17AC

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

Shades of Dark Magenta #8C17AC

Tints of Dark Magenta #8C17AC

Color information

#8C17AC (or 0x8C17AC) is unknown color: approx Dark Magenta. HEX triplet: 8C, 17 and AC. RGB value is (140,23,172). Sum of RGB (Red+Green+Blue) = 140+23+172=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C17AC is #73E853. Grayscale: #4A4A4A. Windows color (decimal): -7596116 or 11278220. OLE color: 11278220.

HSL color Cylindrical-coordinate representation of color #8C17AC: hue angle of 287.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C17AC is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14023172-
CMYK0.190.8700.33
HSL287.11º76.41%38.24%-
HSV(B)287.11º86.63%67.45%-
XYZ18.579.1739.82-
YUV74.97182.76174.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 23 (9.38% from 255) = 6.87%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=41.79%
G=6.87%
B=51.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140231720.190.8700.33287.1176.4138.24
Hex8C17AC135702111f4c26
Octal214272542312704143711446
Binary10001100101111010110010011101011101000011000111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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