#8D3877

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

Shades of Dark Purple #8D3877

Tints of Dark Purple #8D3877

Color information

#8D3877 (or 0x8D3877) is unknown color: approx Dark Purple. HEX triplet: 8D, 38 and 77. RGB value is (141,56,119). Sum of RGB (Red+Green+Blue) = 141+56+119=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3877 is #72C788. Grayscale: #585858. Windows color (decimal): -7522185 or 7813261. OLE color: 7813261.

HSL color Cylindrical-coordinate representation of color #8D3877: hue angle of 315.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3877 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14156119-
CMYK00.600.160.45
HSL315.53º43.15%38.63%-
HSV(B)315.53º60.28%55.29%-
XYZ15.739.8218.52-
YUV88.6145.16165.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=44.62%
G=17.72%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415611900.600.160.45315.5343.1538.63
Hex8D387703C102D13c2b27
Octal2157016707420554745347
Binary100011011110001110111011110010000101101100111100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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