#8B2780

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

Shades of Dark Purple #8B2780

Tints of Dark Purple #8B2780

Color information

#8B2780 (or 0x8B2780) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 80. RGB value is (139,39,128). Sum of RGB (Red+Green+Blue) = 139+39+128=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2780 is #74D87F. Grayscale: #4E4E4E. Windows color (decimal): -7657600 or 8398731. OLE color: 8398731.

HSL color Cylindrical-coordinate representation of color #8B2780: hue angle of 306.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2780 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13939128-
CMYK00.720.080.45
HSL306.6º56.18%34.9%-
HSV(B)306.6º71.94%54.51%-
XYZ15.278.521.26-
YUV79.05155.63170.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=45.42%
G=12.75%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393912800.720.080.45306.656.1834.9
Hex8B278004882D1333823
Octal21347200011010554637043
Binary1000101110011110000000010010001000101101100110011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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