#8B3576

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

Shades of Dark Purple #8B3576

Tints of Dark Purple #8B3576

Color information

#8B3576 (or 0x8B3576) is unknown color: approx Dark Purple. HEX triplet: 8B, 35 and 76. RGB value is (139,53,118). Sum of RGB (Red+Green+Blue) = 139+53+118=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3576 is #74CA89. Grayscale: #555555. Windows color (decimal): -7654026 or 7746955. OLE color: 7746955.

HSL color Cylindrical-coordinate representation of color #8B3576: hue angle of 314.65º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3576 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB13953118-
CMYK00.620.150.45
HSL314.65º44.79%37.65%-
HSV(B)314.65º61.87%54.51%-
XYZ15.199.3418.14-
YUV86.12145.99165.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=44.84%
G=17.10%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395311800.620.150.45314.6544.7937.65
Hex8B357603EF2D13b2d26
Octal2136516607617554735546
Binary10001011110101111011001111101111101101100111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,118); }

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

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

 a { background-color: rgb(139,53,118); }

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

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

 span { border-color: rgb(139,53,118); }

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