#8B3680

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

Shades of Dark Purple #8B3680

Tints of Dark Purple #8B3680

Color information

#8B3680 (or 0x8B3680) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 80. RGB value is (139,54,128). Sum of RGB (Red+Green+Blue) = 139+54+128=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3680 is #74C97F. Grayscale: #575757. Windows color (decimal): -7653760 or 8402571. OLE color: 8402571.

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

Color convert

RGB13954128-
CMYK00.610.080.45
HSL307.76º44.04%37.84%-
HSV(B)307.76º61.15%54.51%-
XYZ15.869.6921.46-
YUV87.85150.66164.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=43.30%
G=16.82%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395412800.610.080.45307.7644.0437.84
Hex8B368003D82D1342c26
Octal2136620007510554645446
Binary100010111101101000000001111011000101101100110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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