#8D3180

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

Shades of Dark Purple #8D3180

Tints of Dark Purple #8D3180

Color information

#8D3180 (or 0x8D3180) is unknown color: approx Dark Purple. HEX triplet: 8D, 31 and 80. RGB value is (141,49,128). Sum of RGB (Red+Green+Blue) = 141+49+128=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3180 is #72CE7F. Grayscale: #555555. Windows color (decimal): -7523968 or 8401293. OLE color: 8401293.

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

Color convert

RGB14149128-
CMYK00.650.090.45
HSL308.48º48.42%37.25%-
HSV(B)308.48º65.25%55.29%-
XYZ15.989.4221.4-
YUV85.51151.98167.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=44.34%
G=15.41%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414912800.650.090.45308.4848.4237.25
Hex8D318004192D1343025
Octal21561200010111554646045
Binary1000110111000110000000010000011001101101100110100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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