#8D326C

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

Shades of Dark Purple #8D326C

Tints of Dark Purple #8D326C

Color information

#8D326C (or 0x8D326C) is unknown color: approx Dark Purple. HEX triplet: 8D, 32 and 6C. RGB value is (141,50,108). Sum of RGB (Red+Green+Blue) = 141+50+108=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D326C is #72CD93. Grayscale: #535353. Windows color (decimal): -7523732 or 7090829. OLE color: 7090829.

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

Color convert

RGB14150108-
CMYK00.650.230.45
HSL321.76º47.64%37.45%-
HSV(B)321.76º64.54%55.29%-
XYZ14.839.0315.15-
YUV83.82141.65168.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=47.16%
G=16.72%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415010800.650.230.45321.7647.6437.45
Hex8D326C041172D1423025
Octal21562154010127555026045
Binary1000110111001011011000100000110111101101101000010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,50,108); }

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

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

 a { background-color: rgb(141,50,108); }

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

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

 span { border-color: rgb(141,50,108); }

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