#8B3878

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

Shades of Dark Purple #8B3878

Tints of Dark Purple #8B3878

Color information

#8B3878 (or 0x8B3878) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 78. RGB value is (139,56,120). Sum of RGB (Red+Green+Blue) = 139+56+120=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3878 is #74C787. Grayscale: #575757. Windows color (decimal): -7653256 or 7878795. OLE color: 7878795.

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

Color convert

RGB13956120-
CMYK00.600.140.45
HSL313.73º42.56%38.24%-
HSV(B)313.73º59.71%54.51%-
XYZ15.459.6718.82-
YUV88.11146164.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=44.13%
G=17.78%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395612000.600.140.45313.7342.5638.24
Hex8B387803CE2D13a2b26
Octal2137017007416554725346
Binary10001011111000111100001111001110101101100111010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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