#8C3F77

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

Shades of Dark Purple #8C3F77

Tints of Dark Purple #8C3F77

Color information

#8C3F77 (or 0x8C3F77) is unknown color: approx Dark Purple. HEX triplet: 8C, 3F and 77. RGB value is (140,63,119). Sum of RGB (Red+Green+Blue) = 140+63+119=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F77 is #73C088. Grayscale: #5C5C5C. Windows color (decimal): -7585929 or 7815052. OLE color: 7815052.

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

Color convert

RGB14063119-
CMYK00.550.150.45
HSL316.36º37.93%39.8%-
HSV(B)316.36º55%54.9%-
XYZ15.9210.4618.63-
YUV92.41143.01161.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=43.48%
G=19.57%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406311900.550.150.45316.3637.9339.8
Hex8C3F77037F2D13c2628
Octal2147716706717554744650
Binary10001100111111111011101101111111101101100111100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,119); }

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

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

 a { background-color: rgb(140,63,119); }

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

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

 span { border-color: rgb(140,63,119); }

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