#9C3F75

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

Shades of Rouge #9C3F75

Tints of Rouge #9C3F75

Color information

#9C3F75 (or 0x9C3F75) is unknown color: approx Rouge. HEX triplet: 9C, 3F and 75. RGB value is (156,63,117). Sum of RGB (Red+Green+Blue) = 156+63+117=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F75 is #63C08A. Grayscale: #606060. Windows color (decimal): -6537355 or 7683996. OLE color: 7683996.

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

Color convert

RGB15663117-
CMYK00.600.250.39
HSL325.16º42.47%42.94%-
HSV(B)325.16º59.62%61.18%-
XYZ18.711.9118.14-
YUV96.96139.31170.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=46.43%
G=18.75%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566311700.600.250.39325.1642.4742.94
Hex9C3F7503C19271452a2b
Octal2347716507431475055253
Binary100111001111111110101011110011001100111101000101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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