#8C176E

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

Shades of Dark Purple #8C176E

Tints of Dark Purple #8C176E

Color information

#8C176E (or 0x8C176E) is unknown color: approx Dark Purple. HEX triplet: 8C, 17 and 6E. RGB value is (140,23,110). Sum of RGB (Red+Green+Blue) = 140+23+110=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C176E is #73E891. Grayscale: #434343. Windows color (decimal): -7596178 or 7214988. OLE color: 7214988.

HSL color Cylindrical-coordinate representation of color #8C176E: hue angle of 315.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C176E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14023110-
CMYK00.840.210.45
HSL315.38º71.78%31.96%-
HSV(B)315.38º83.57%54.9%-
XYZ13.947.3115.43-
YUV67.9151.76179.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=51.28%
G=8.42%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402311000.840.210.45315.3871.7831.96
Hex8C176E054152D13b4820
Octal214271560124255547311040
Binary1000110010111110111001010100101011011011001110111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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