#8C1980

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

Shades of Dark Purple #8C1980

Tints of Dark Purple #8C1980

Color information

#8C1980 (or 0x8C1980) is unknown color: approx Dark Purple. HEX triplet: 8C, 19 and 80. RGB value is (140,25,128). Sum of RGB (Red+Green+Blue) = 140+25+128=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1980 is #73E67F. Grayscale: #464646. Windows color (decimal): -7595648 or 8395148. OLE color: 8395148.

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

Color convert

RGB14025128-
CMYK00.820.090.45
HSL306.26º69.7%32.35%-
HSV(B)306.26º82.14%54.9%-
XYZ15.067.8321.14-
YUV71.13160.1177.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.78%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=47.78%
G=8.53%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402512800.820.090.45306.2669.732.35
Hex8C198005292D1324620
Octal214312000122115546210640
Binary1000110011001100000000101001010011011011001100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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