#8B376D

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

Shades of Dark Purple #8B376D

Tints of Dark Purple #8B376D

Color information

#8B376D (or 0x8B376D) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 6D. RGB value is (139,55,109). Sum of RGB (Red+Green+Blue) = 139+55+109=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B376D is #74C892. Grayscale: #565656. Windows color (decimal): -7653523 or 7157643. OLE color: 7157643.

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

Color convert

RGB13955109-
CMYK00.600.220.45
HSL321.43º43.3%38.04%-
HSV(B)321.43º60.43%54.51%-
XYZ14.779.3315.49-
YUV86.27140.83165.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=45.87%
G=18.15%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395510900.600.220.45321.4343.338.04
Hex8B376D03C162D1412b26
Octal2136715507426555015346
Binary100010111101111101101011110010110101101101000001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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