#8D327A

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

Shades of Dark Purple #8D327A

Tints of Dark Purple #8D327A

Color information

#8D327A (or 0x8D327A) is unknown color: approx Dark Purple. HEX triplet: 8D, 32 and 7A. RGB value is (141,50,122). Sum of RGB (Red+Green+Blue) = 141+50+122=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D327A is #72CD85. Grayscale: #555555. Windows color (decimal): -7523718 or 8008333. OLE color: 8008333.

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

Color convert

RGB14150122-
CMYK00.650.130.45
HSL312.53º47.64%37.45%-
HSV(B)312.53º64.54%55.29%-
XYZ15.649.3519.39-
YUV85.42148.65167.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=45.05%
G=15.97%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415012200.650.130.45312.5347.6437.45
Hex8D327A041D2D1393025
Octal21562172010115554716045
Binary100011011100101111010010000011101101101100111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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