#8B1A80

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

Shades of Dark Purple #8B1A80

Tints of Dark Purple #8B1A80

Color information

#8B1A80 (or 0x8B1A80) is unknown color: approx Dark Purple. HEX triplet: 8B, 1A and 80. RGB value is (139,26,128). Sum of RGB (Red+Green+Blue) = 139+26+128=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1A80 is #74E57F. Grayscale: #474747. Windows color (decimal): -7660928 or 8395403. OLE color: 8395403.

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

Color convert

RGB13926128-
CMYK00.810.080.45
HSL305.84º68.48%32.35%-
HSV(B)305.84º81.29%54.51%-
XYZ14.917.7921.14-
YUV71.42159.94176.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=47.44%
G=8.87%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392612800.810.080.45305.8468.4832.35
Hex8B1A8005182D1324420
Octal213322000121105546210440
Binary1000101111010100000000101000110001011011001100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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