#8D3177

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

Shades of Dark Purple #8D3177

Tints of Dark Purple #8D3177

Color information

#8D3177 (or 0x8D3177) is unknown color: approx Dark Purple. HEX triplet: 8D, 31 and 77. RGB value is (141,49,119). Sum of RGB (Red+Green+Blue) = 141+49+119=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3177 is #72CE88. Grayscale: #545454. Windows color (decimal): -7523977 or 7811469. OLE color: 7811469.

HSL color Cylindrical-coordinate representation of color #8D3177: hue angle of 314.35º 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 #8D3177 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14149119-
CMYK00.650.160.45
HSL314.35º48.42%37.25%-
HSV(B)314.35º65.25%55.29%-
XYZ15.419.1918.41-
YUV84.49147.48168.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=45.63%
G=15.86%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414911900.650.160.45314.3548.4237.25
Hex8D3177041102D13a3025
Octal21561167010120554726045
Binary1000110111000111101110100000110000101101100111010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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