#9C3076

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

Shades of Dark Purple #9C3076

Tints of Dark Purple #9C3076

Color information

#9C3076 (or 0x9C3076) is unknown color: approx Dark Purple. HEX triplet: 9C, 30 and 76. RGB value is (156,48,118). Sum of RGB (Red+Green+Blue) = 156+48+118=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3076 is #63CF89. Grayscale: #585858. Windows color (decimal): -6541194 or 7745692. OLE color: 7745692.

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

Color convert

RGB15648118-
CMYK00.690.240.39
HSL321.11º52.94%40%-
HSV(B)321.11º69.23%61.18%-
XYZ18.0410.4918.21-
YUV88.27144.78176.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=48.45%
G=14.91%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564811800.690.240.39321.1152.9440
Hex9C307604518271413528
Octal23460166010530475016550
Binary1001110011000011101100100010111000100111101000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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