#8C3D80

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

Shades of Dark Purple #8C3D80

Tints of Dark Purple #8C3D80

Color information

#8C3D80 (or 0x8C3D80) is unknown color: approx Dark Purple. HEX triplet: 8C, 3D and 80. RGB value is (140,61,128). Sum of RGB (Red+Green+Blue) = 140+61+128=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3D80 is #73C27F. Grayscale: #5C5C5C. Windows color (decimal): -7586432 or 8404364. OLE color: 8404364.

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

Color convert

RGB14061128-
CMYK00.560.090.45
HSL309.11º39.3%39.41%-
HSV(B)309.11º56.43%54.9%-
XYZ16.3810.4721.58-
YUV92.26148.17162.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=42.55%
G=18.54%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406112800.560.090.45309.1139.339.41
Hex8C3D8003892D1352727
Octal2147520007011554654747
Binary100011001111011000000001110001001101101100110101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,128); }

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

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

 a { background-color: rgb(140,61,128); }

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

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

 span { border-color: rgb(140,61,128); }

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