#8D3680

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

Shades of Dark Purple #8D3680

Tints of Dark Purple #8D3680

Color information

#8D3680 (or 0x8D3680) is unknown color: approx Dark Purple. HEX triplet: 8D, 36 and 80. RGB value is (141,54,128). Sum of RGB (Red+Green+Blue) = 141+54+128=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3680 is #72C97F. Grayscale: #585858. Windows color (decimal): -7522688 or 8402573. OLE color: 8402573.

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

Color convert

RGB14154128-
CMYK00.620.090.45
HSL308.97º44.62%38.24%-
HSV(B)308.97º61.7%55.29%-
XYZ16.29.8621.47-
YUV88.45150.32165.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=43.65%
G=16.72%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415412800.620.090.45308.9744.6238.24
Hex8D368003E92D1352d26
Octal2156620007611554655546
Binary100011011101101000000001111101001101101100110101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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