#9c3376

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

Shades of Dark Purple #9C3376

Tints of Dark Purple #9C3376

Color information

#9C3376 (or 0x9C3376) is unknown color: approx Dark Purple. HEX triplet: 9C, 33 and 76. RGB value is (156,51,118). Sum of RGB (Red+Green+Blue) = 156+51+118=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3376 is #63CC89. Grayscale: #595959. Windows color (decimal): -6540426 or 7746460. OLE color: 7746460.

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

Color convert

RGB15651118-
CMYK00.670.240.39
HSL321.71º50.72%40.59%-
HSV(B)321.71º67.31%61.18%-
XYZ18.1610.7418.26-
YUV90.03143.79175.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=48%
G=15.69%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565111800.670.240.39321.7150.7240.59
Hex9C337604318271423329
Octal23463166010330475026351
Binary1001110011001111101100100001111000100111101000010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,118); }

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

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

 a { background-color: rgb(156,51,118); }

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

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

 span { border-color: rgb(156,51,118); }

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