#8B1F85

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

Shades of Dark Purple #8B1F85

Tints of Dark Purple #8B1F85

Color information

#8B1F85 (or 0x8B1F85) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 85. RGB value is (139,31,133). Sum of RGB (Red+Green+Blue) = 139+31+133=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1F85 is #74E07A. Grayscale: #4A4A4A. Windows color (decimal): -7659643 or 8724363. OLE color: 8724363.

HSL color Cylindrical-coordinate representation of color #8B1F85: hue angle of 303.33º 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 #8B1F85 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13931133-
CMYK00.780.040.45
HSL303.33º63.53%33.33%-
HSV(B)303.33º77.7%54.51%-
XYZ15.378.1622.96-
YUV74.92160.78173.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=45.87%
G=10.23%
B=43.89%

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
Decimal1393113300.780.040.45303.3363.5333.33
Hex8B1F8504E42D12f4021
Octal21337205011645545710041
Binary100010111111110000101010011101001011011001011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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