#8B1571

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

Shades of Dark Purple #8B1571

Tints of Dark Purple #8B1571

Color information

#8B1571 (or 0x8B1571) is unknown color: approx Dark Purple. HEX triplet: 8B, 15 and 71. RGB value is (139,21,113). Sum of RGB (Red+Green+Blue) = 139+21+113=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1571 is #74EA8E. Grayscale: #424242. Windows color (decimal): -7662223 or 7411083. OLE color: 7411083.

HSL color Cylindrical-coordinate representation of color #8B1571: hue angle of 313.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1571 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13921113-
CMYK00.850.190.45
HSL313.22º73.75%31.37%-
HSV(B)313.22º84.89%54.51%-
XYZ13.97.2216.28-
YUV66.77154.09179.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=50.92%
G=7.69%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392111300.850.190.45313.2273.7531.37
Hex8B1571055132D1394a1f
Octal213251610125235547111237
Binary100010111010111100010101010110011101101100111001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,113); }

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

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

 a { background-color: rgb(139,21,113); }

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

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

 span { border-color: rgb(139,21,113); }

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