#9C3F76

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

Shades of Rouge #9C3F76

Tints of Rouge #9C3F76

Color information

#9C3F76 (or 0x9C3F76) is unknown color: approx Rouge. HEX triplet: 9C, 3F and 76. RGB value is (156,63,118). Sum of RGB (Red+Green+Blue) = 156+63+118=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F76 is #63C089. Grayscale: #606060. Windows color (decimal): -6537354 or 7749532. OLE color: 7749532.

HSL color Cylindrical-coordinate representation of color #9C3F76: hue angle of 324.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3F76 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB15663118-
CMYK00.600.240.39
HSL324.52º42.47%42.94%-
HSV(B)324.52º59.62%61.18%-
XYZ18.7611.9318.45-
YUV97.08139.81170.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=46.29%
G=18.69%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566311800.600.240.39324.5242.4742.94
Hex9C3F7603C18271452a2b
Octal2347716607430475055253
Binary100111001111111110110011110011000100111101000101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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