#8b1c80

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

Shades of Dark Purple #8B1C80

Tints of Dark Purple #8B1C80

Color information

#8B1C80 (or 0x8B1C80) is unknown color: approx Dark Purple. HEX triplet: 8B, 1C and 80. RGB value is (139,28,128). Sum of RGB (Red+Green+Blue) = 139+28+128=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1C80 is #74E37F. Grayscale: #484848. Windows color (decimal): -7660416 or 8395915. OLE color: 8395915.

HSL color Cylindrical-coordinate representation of color #8B1C80: hue angle of 305.95º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C80 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13928128-
CMYK00.800.080.45
HSL305.95º66.47%32.75%-
HSV(B)305.95º79.86%54.51%-
XYZ14.967.8821.15-
YUV72.59159.27175.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=47.12%
G=9.49%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392812800.800.080.45305.9566.4732.75
Hex8B1C8005082D1324221
Octal213342000120105546210241
Binary1000101111100100000000101000010001011011001100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1c80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,128); }

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

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

 a { background-color: rgb(139,28,128); }

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

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

 span { border-color: rgb(139,28,128); }

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