#8B2E81

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

Shades of Dark Purple #8B2E81

Tints of Dark Purple #8B2E81

Color information

#8B2E81 (or 0x8B2E81) is unknown color: approx Dark Purple. HEX triplet: 8B, 2E and 81. RGB value is (139,46,129). Sum of RGB (Red+Green+Blue) = 139+46+129=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2E81 is #74D17E. Grayscale: #535353. Windows color (decimal): -7655807 or 8466059. OLE color: 8466059.

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

Color convert

RGB13946129-
CMYK00.670.070.45
HSL306.45º50.27%36.27%-
HSV(B)306.45º66.91%54.51%-
XYZ15.599.0321.69-
YUV83.27153.81167.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=44.27%
G=14.65%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394612900.670.070.45306.4550.2736.27
Hex8B2E8104372D1323224
Octal2135620101037554626244
Binary100010111011101000000101000011111101101100110010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,46,129); }

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

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

 a { background-color: rgb(139,46,129); }

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

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

 span { border-color: rgb(139,46,129); }

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