#8C1176

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

Shades of Dark Purple #8C1176

Tints of Dark Purple #8C1176

Color information

#8C1176 (or 0x8C1176) is unknown color: approx Dark Purple. HEX triplet: 8C, 11 and 76. RGB value is (140,17,118). Sum of RGB (Red+Green+Blue) = 140+17+118=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1176 is #73EE89. Grayscale: #414141. Windows color (decimal): -7597706 or 7737740. OLE color: 7737740.

HSL color Cylindrical-coordinate representation of color #8C1176: hue angle of 310.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1176 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14017118-
CMYK00.880.160.45
HSL310.73º78.34%30.78%-
HSV(B)310.73º87.86%54.9%-
XYZ14.297.2817.79-
YUV65.29157.75181.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=50.91%
G=6.18%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401711800.880.160.45310.7378.3430.78
Hex8C1176058102D1374e1f
Octal214211660130205546711637
Binary100011001000111101100101100010000101101100110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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