#8B387E

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

Shades of Dark Purple #8B387E

Tints of Dark Purple #8B387E

Color information

#8B387E (or 0x8B387E) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 7E. RGB value is (139,56,126). Sum of RGB (Red+Green+Blue) = 139+56+126=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B387E is #74C781. Grayscale: #585858. Windows color (decimal): -7653250 or 8272011. OLE color: 8272011.

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

Color convert

RGB13956126-
CMYK00.600.090.45
HSL309.4º42.56%38.24%-
HSV(B)309.4º59.71%54.51%-
XYZ15.839.8220.8-
YUV88.8149163.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=43.30%
G=17.45%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395612600.600.090.45309.442.5638.24
Hex8B387E03C92D1352b26
Octal2137017607411554655346
Binary10001011111000111111001111001001101101100110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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