#8B1F86

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

Shades of Dark Purple #8B1F86

Tints of Dark Purple #8B1F86

Color information

#8B1F86 (or 0x8B1F86) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 86. RGB value is (139,31,134). Sum of RGB (Red+Green+Blue) = 139+31+134=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1F86 is #74E079. Grayscale: #4A4A4A. Windows color (decimal): -7659642 or 8789899. OLE color: 8789899.

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

Color convert

RGB13931134-
CMYK00.780.040.45
HSL302.78º63.53%33.33%-
HSV(B)302.78º77.7%54.51%-
XYZ15.448.1923.32-
YUV75.03161.28173.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=45.72%
G=10.20%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393113400.780.040.45302.7863.5333.33
Hex8B1F8604E42D12f4021
Octal21337206011645545710041
Binary100010111111110000110010011101001011011001011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,134); }

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

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

 a { background-color: rgb(139,31,134); }

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

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

 span { border-color: rgb(139,31,134); }

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