#8D3B80

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

Shades of Dark Purple #8D3B80

Tints of Dark Purple #8D3B80

Color information

#8D3B80 (or 0x8D3B80) is unknown color: approx Dark Purple. HEX triplet: 8D, 3B and 80. RGB value is (141,59,128). Sum of RGB (Red+Green+Blue) = 141+59+128=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3B80 is #72C47F. Grayscale: #5B5B5B. Windows color (decimal): -7521408 or 8403853. OLE color: 8403853.

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

Color convert

RGB14159128-
CMYK00.580.090.45
HSL309.51º41%39.22%-
HSV(B)309.51º58.16%55.29%-
XYZ16.4410.3521.55-
YUV91.38148.67163.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 59 (23.44% from 255) = 17.99%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=42.99%
G=17.99%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415912800.580.090.45309.514139.22
Hex8D3B8003A92D1362927
Octal2157320007211554665147
Binary100011011110111000000001110101001101101100110110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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