#8C377A

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

Shades of Dark Purple #8C377A

Tints of Dark Purple #8C377A

Color information

#8C377A (or 0x8C377A) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 7A. RGB value is (140,55,122). Sum of RGB (Red+Green+Blue) = 140+55+122=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C377A is #73C885. Grayscale: #575757. Windows color (decimal): -7587974 or 8009612. OLE color: 8009612.

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

Color convert

RGB14055122-
CMYK00.610.130.45
HSL312.71º43.59%38.24%-
HSV(B)312.71º60.71%54.9%-
XYZ15.699.7119.46-
YUV88.05147.16165.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=44.16%
G=17.35%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405512200.610.130.45312.7143.5938.24
Hex8C377A03DD2D1392c26
Octal2146717207515554715446
Binary10001100110111111101001111011101101101100111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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