#8D3672

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

Shades of Dark Purple #8D3672

Tints of Dark Purple #8D3672

Color information

#8D3672 (or 0x8D3672) is unknown color: approx Dark Purple. HEX triplet: 8D, 36 and 72. RGB value is (141,54,114). Sum of RGB (Red+Green+Blue) = 141+54+114=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3672 is #72C98D. Grayscale: #565656. Windows color (decimal): -7522702 or 7485069. OLE color: 7485069.

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

Color convert

RGB14154114-
CMYK00.620.190.45
HSL318.62º44.62%38.24%-
HSV(B)318.62º61.7%55.29%-
XYZ15.349.5216.95-
YUV86.85143.32166.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=45.63%
G=17.48%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415411400.620.190.45318.6244.6238.24
Hex8D367203E132D13f2d26
Octal2156616207623554775546
Binary100011011101101110010011111010011101101100111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,114); }

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

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

 a { background-color: rgb(141,54,114); }

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

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

 span { border-color: rgb(141,54,114); }

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