#8B1B87

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

Shades of Dark Purple #8B1B87

Tints of Dark Purple #8B1B87

Color information

#8B1B87 (or 0x8B1B87) is unknown color: approx Dark Purple. HEX triplet: 8B, 1B and 87. RGB value is (139,27,135). Sum of RGB (Red+Green+Blue) = 139+27+135=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B87 is #74E478. Grayscale: #484848. Windows color (decimal): -7660665 or 8854411. OLE color: 8854411.

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

Color convert

RGB13927135-
CMYK00.810.030.45
HSL302.14º67.47%32.55%-
HSV(B)302.14º80.58%54.51%-
XYZ15.418.0223.66-
YUV72.8163.11175.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=46.18%
G=8.97%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392713500.810.030.45302.1467.4732.55
Hex8B1B8705132D12e4321
Octal21333207012135545610341
Binary10001011110111000011101010001111011011001011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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