#8B1F87

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

Shades of Dark Purple #8B1F87

Tints of Dark Purple #8B1F87

Color information

#8B1F87 (or 0x8B1F87) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 87. RGB value is (139,31,135). Sum of RGB (Red+Green+Blue) = 139+31+135=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1F87 is #74E078. Grayscale: #4A4A4A. Windows color (decimal): -7659641 or 8855435. OLE color: 8855435.

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

Color convert

RGB13931135-
CMYK00.780.030.45
HSL302.22º63.53%33.33%-
HSV(B)302.22º77.7%54.51%-
XYZ15.518.2223.69-
YUV75.15161.78173.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=45.57%
G=10.16%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393113500.780.030.45302.2263.5333.33
Hex8B1F8704E32D12e4021
Octal21337207011635545610041
Binary10001011111111000011101001110111011011001011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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