#8D377A

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

Shades of Dark Purple #8D377A

Tints of Dark Purple #8D377A

Color information

#8D377A (or 0x8D377A) is unknown color: approx Dark Purple. HEX triplet: 8D, 37 and 7A. RGB value is (141,55,122). Sum of RGB (Red+Green+Blue) = 141+55+122=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D377A is #72C885. Grayscale: #585858. Windows color (decimal): -7522438 or 8009613. OLE color: 8009613.

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

Color convert

RGB14155122-
CMYK00.610.130.45
HSL313.26º43.88%38.43%-
HSV(B)313.26º60.99%55.29%-
XYZ15.869.819.47-
YUV88.35146.99165.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=44.34%
G=17.30%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415512200.610.130.45313.2643.8838.43
Hex8D377A03DD2D1392c26
Octal2156717207515554715446
Binary10001101110111111101001111011101101101100111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,122); }

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

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

 a { background-color: rgb(141,55,122); }

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

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

 span { border-color: rgb(141,55,122); }

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