#9C327D

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

Shades of Dark Purple #9C327D

Tints of Dark Purple #9C327D

Color information

#9C327D (or 0x9C327D) is unknown color: approx Dark Purple. HEX triplet: 9C, 32 and 7D. RGB value is (156,50,125). Sum of RGB (Red+Green+Blue) = 156+50+125=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C327D is #63CD82. Grayscale: #5A5A5A. Windows color (decimal): -6540675 or 8204956. OLE color: 8204956.

HSL color Cylindrical-coordinate representation of color #9C327D: hue angle of 317.55º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C327D is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB15650125-
CMYK00.680.200.39
HSL317.55º51.46%40.39%-
HSV(B)317.55º67.95%61.18%-
XYZ18.5510.8320.51-
YUV90.24147.62174.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=47.13%
G=15.11%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565012500.680.200.39317.5551.4640.39
Hex9C327D044142713e3328
Octal23462175010424474766350
Binary1001110011001011111010100010010100100111100111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C327D; }

 p { color: rgb(156,50,125); }

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

<style>
 a { background-color: #9C327D; }

 a { background-color: rgb(156,50,125); }

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

<style>
 span { border-color: #9C327D; }

 span { border-color: rgb(156,50,125); }

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