#8C1771

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

Shades of Dark Purple #8C1771

Tints of Dark Purple #8C1771

Color information

#8C1771 (or 0x8C1771) is unknown color: approx Dark Purple. HEX triplet: 8C, 17 and 71. RGB value is (140,23,113). Sum of RGB (Red+Green+Blue) = 140+23+113=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1771 is #73E88E. Grayscale: #444444. Windows color (decimal): -7596175 or 7411596. OLE color: 7411596.

HSL color Cylindrical-coordinate representation of color #8C1771: hue angle of 313.85º 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 #8C1771 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB14023113-
CMYK00.840.190.45
HSL313.85º71.78%31.96%-
HSV(B)313.85º83.57%54.9%-
XYZ14.17.3816.3-
YUV68.24153.26179.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=50.72%
G=8.33%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402311300.840.190.45313.8571.7831.96
Hex8C1771054132D13a4820
Octal214271610124235547211040
Binary1000110010111111000101010100100111011011001110101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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