#8C3776

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

Shades of Dark Purple #8C3776

Tints of Dark Purple #8C3776

Color information

#8C3776 (or 0x8C3776) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 76. RGB value is (140,55,118). Sum of RGB (Red+Green+Blue) = 140+55+118=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3776 is #73C889. Grayscale: #575757. Windows color (decimal): -7587978 or 7747468. OLE color: 7747468.

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

Color convert

RGB14055118-
CMYK00.610.160.45
HSL315.53º43.59%38.24%-
HSV(B)315.53º60.71%54.9%-
XYZ15.459.6218.18-
YUV87.6145.16165.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=44.73%
G=17.57%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405511800.610.160.45315.5343.5938.24
Hex8C377603D102D13c2c26
Octal2146716607520554745446
Binary100011001101111110110011110110000101101100111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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