#9C327C

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

Shades of Dark Purple #9C327C

Tints of Dark Purple #9C327C

Color information

#9C327C (or 0x9C327C) is unknown color: approx Dark Purple. HEX triplet: 9C, 32 and 7C. RGB value is (156,50,124). Sum of RGB (Red+Green+Blue) = 156+50+124=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C327C is #63CD83. Grayscale: #595959. Windows color (decimal): -6540676 or 8139420. OLE color: 8139420.

HSL color Cylindrical-coordinate representation of color #9C327C: hue angle of 318.11º 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 #9C327C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15650124-
CMYK00.680.210.39
HSL318.11º51.46%40.39%-
HSV(B)318.11º67.95%61.18%-
XYZ18.4910.820.18-
YUV90.13147.12174.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=47.27%
G=15.15%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565012400.680.210.39318.1151.4640.39
Hex9C327C044152713e3328
Octal23462174010425474766350
Binary1001110011001011111000100010010101100111100111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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