#8B387F

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

Shades of Dark Purple #8B387F

Tints of Dark Purple #8B387F

Color information

#8B387F (or 0x8B387F) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 7F. RGB value is (139,56,127). Sum of RGB (Red+Green+Blue) = 139+56+127=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B387F is #74C780. Grayscale: #585858. Windows color (decimal): -7653249 or 8337547. OLE color: 8337547.

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

Color convert

RGB13956127-
CMYK00.600.090.45
HSL308.67º42.56%38.24%-
HSV(B)308.67º59.71%54.51%-
XYZ15.899.8521.14-
YUV88.91149.5163.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 127 (50% from 255) = 39.44%
R=43.17%
G=17.39%
B=39.44%

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
Decimal1395612700.600.090.45308.6742.5638.24
Hex8B387F03C92D1352b26
Octal2137017707411554655346
Binary10001011111000111111101111001001101101100110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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