#8C327A

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

Shades of Dark Purple #8C327A

Tints of Dark Purple #8C327A

Color information

#8C327A (or 0x8C327A) is unknown color: approx Dark Purple. HEX triplet: 8C, 32 and 7A. RGB value is (140,50,122). Sum of RGB (Red+Green+Blue) = 140+50+122=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C327A is #73CD85. Grayscale: #545454. Windows color (decimal): -7589254 or 8008332. OLE color: 8008332.

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

Color convert

RGB14050122-
CMYK00.640.130.45
HSL312º47.37%37.25%-
HSV(B)312º64.29%54.9%-
XYZ15.479.2619.38-
YUV85.12148.82167.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=44.87%
G=16.03%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405012200.640.130.4531247.3737.25
Hex8C327A040D2D1382f25
Octal21462172010015554705745
Binary100011001100101111010010000001101101101100111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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