#8C1B80

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

Shades of Dark Purple #8C1B80

Tints of Dark Purple #8C1B80

Color information

#8C1B80 (or 0x8C1B80) is unknown color: approx Dark Purple. HEX triplet: 8C, 1B and 80. RGB value is (140,27,128). Sum of RGB (Red+Green+Blue) = 140+27+128=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1B80 is #73E47F. Grayscale: #484848. Windows color (decimal): -7595136 or 8395660. OLE color: 8395660.

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

Color convert

RGB14027128-
CMYK00.810.090.45
HSL306.37º67.66%32.75%-
HSV(B)306.37º80.71%54.9%-
XYZ15.17.9221.15-
YUV72.3159.44176.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=47.46%
G=9.15%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402712800.810.090.45306.3767.6632.75
Hex8C1B8005192D1324421
Octal214332000121115546210441
Binary1000110011011100000000101000110011011011001100101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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