#8B3776

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

Shades of Dark Purple #8B3776

Tints of Dark Purple #8B3776

Color information

#8B3776 (or 0x8B3776) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 76. RGB value is (139,55,118). Sum of RGB (Red+Green+Blue) = 139+55+118=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3776 is #74C889. Grayscale: #575757. Windows color (decimal): -7653514 or 7747467. OLE color: 7747467.

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

Color convert

RGB13955118-
CMYK00.600.150.45
HSL315º43.3%38.04%-
HSV(B)315º60.43%54.51%-
XYZ15.289.5318.17-
YUV87.3145.33164.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=44.55%
G=17.63%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395511800.600.150.4531543.338.04
Hex8B377603CF2D13b2b26
Octal2136716607417554735346
Binary10001011110111111011001111001111101101100111011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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