#8B3780

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

Shades of Dark Purple #8B3780

Tints of Dark Purple #8B3780

Color information

#8B3780 (or 0x8B3780) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 80. RGB value is (139,55,128). Sum of RGB (Red+Green+Blue) = 139+55+128=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3780 is #74C87F. Grayscale: #585858. Windows color (decimal): -7653504 or 8402827. OLE color: 8402827.

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

Color convert

RGB13955128-
CMYK00.600.080.45
HSL307.86º43.3%38.04%-
HSV(B)307.86º60.43%54.51%-
XYZ15.919.7821.47-
YUV88.44150.33164.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=43.17%
G=17.08%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395512800.600.080.45307.8643.338.04
Hex8B378003C82D1342b26
Octal2136720007410554645346
Binary100010111101111000000001111001000101101100110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,55,128); }

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

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

 a { background-color: rgb(139,55,128); }

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

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

 span { border-color: rgb(139,55,128); }

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