#8B386F

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

Shades of Dark Purple #8B386F

Tints of Dark Purple #8B386F

Color information

#8B386F (or 0x8B386F) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 6F. RGB value is (139,56,111). Sum of RGB (Red+Green+Blue) = 139+56+111=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B386F is #74C790. Grayscale: #565656. Windows color (decimal): -7653265 or 7288971. OLE color: 7288971.

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

Color convert

RGB13956111-
CMYK00.600.200.45
HSL320.24º42.56%38.24%-
HSV(B)320.24º59.71%54.51%-
XYZ14.939.4716.08-
YUV87.09141.5165.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=45.42%
G=18.30%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395611100.600.200.45320.2442.5638.24
Hex8B386F03C142D1402b26
Octal2137015707424555005346
Binary100010111110001101111011110010100101101101000000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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