#8B2B82

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

Shades of Dark Purple #8B2B82

Tints of Dark Purple #8B2B82

Color information

#8B2B82 (or 0x8B2B82) is unknown color: approx Dark Purple. HEX triplet: 8B, 2B and 82. RGB value is (139,43,130). Sum of RGB (Red+Green+Blue) = 139+43+130=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2B82 is #74D47D. Grayscale: #515151. Windows color (decimal): -7656574 or 8530827. OLE color: 8530827.

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

Color convert

RGB13943130-
CMYK00.690.060.45
HSL305.62º52.75%35.69%-
HSV(B)305.62º69.06%54.51%-
XYZ15.548.8322-
YUV81.62155.3168.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=44.55%
G=13.78%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394313000.690.060.45305.6252.7535.69
Hex8B2B8204562D1323524
Octal2135320201056554626544
Binary100010111010111000001001000101110101101100110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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