#8D3380

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

Shades of Dark Purple #8D3380

Tints of Dark Purple #8D3380

Color information

#8D3380 (or 0x8D3380) is unknown color: approx Dark Purple. HEX triplet: 8D, 33 and 80. RGB value is (141,51,128). Sum of RGB (Red+Green+Blue) = 141+51+128=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3380 is #72CC7F. Grayscale: #565656. Windows color (decimal): -7523456 or 8401805. OLE color: 8401805.

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

Color convert

RGB14151128-
CMYK00.640.090.45
HSL308.67º46.88%37.65%-
HSV(B)308.67º63.83%55.29%-
XYZ16.069.5921.43-
YUV86.69151.32166.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 128 (50.39% from 255) = 40%
R=44.06%
G=15.94%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415112800.640.090.45308.6746.8837.65
Hex8D338004092D1352f26
Octal21563200010011554655746
Binary1000110111001110000000010000001001101101100110101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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