#8B387C

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

Shades of Dark Purple #8B387C

Tints of Dark Purple #8B387C

Color information

#8B387C (or 0x8B387C) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 7C. RGB value is (139,56,124). Sum of RGB (Red+Green+Blue) = 139+56+124=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B387C is #74C783. Grayscale: #585858. Windows color (decimal): -7653252 or 8140939. OLE color: 8140939.

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

Color convert

RGB13956124-
CMYK00.600.110.45
HSL310.84º42.56%38.24%-
HSV(B)310.84º59.71%54.51%-
XYZ15.79.7720.13-
YUV88.57148163.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=43.57%
G=17.55%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395612400.600.110.45310.8442.5638.24
Hex8B387C03CB2D1372b26
Octal2137017407413554675346
Binary10001011111000111110001111001011101101100110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,124); }

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

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

 a { background-color: rgb(139,56,124); }

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

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

 span { border-color: rgb(139,56,124); }

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