#8B2E82

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

Shades of Dark Purple #8B2E82

Tints of Dark Purple #8B2E82

Color information

#8B2E82 (or 0x8B2E82) is unknown color: approx Dark Purple. HEX triplet: 8B, 2E and 82. RGB value is (139,46,130). Sum of RGB (Red+Green+Blue) = 139+46+130=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2E82 is #74D17D. Grayscale: #535353. Windows color (decimal): -7655806 or 8531595. OLE color: 8531595.

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

Color convert

RGB13946130-
CMYK00.670.060.45
HSL305.81º50.27%36.27%-
HSV(B)305.81º66.91%54.51%-
XYZ15.659.0522.04-
YUV83.38154.31167.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=44.13%
G=14.60%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394613000.670.060.45305.8150.2736.27
Hex8B2E8204362D1323224
Octal2135620201036554626244
Binary100010111011101000001001000011110101101100110010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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