#9C3D78

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

Shades of Rouge #9C3D78

Tints of Rouge #9C3D78

Color information

#9C3D78 (or 0x9C3D78) is unknown color: approx Rouge. HEX triplet: 9C, 3D and 78. RGB value is (156,61,120). Sum of RGB (Red+Green+Blue) = 156+61+120=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3D78 is #63C287. Grayscale: #5F5F5F. Windows color (decimal): -6537864 or 7880092. OLE color: 7880092.

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

Color convert

RGB15661120-
CMYK00.610.230.39
HSL322.74º43.78%42.55%-
HSV(B)322.74º60.9%61.18%-
XYZ18.7711.7619.05-
YUV96.13141.47170.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=46.29%
G=18.10%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566112000.610.230.39322.7443.7842.55
Hex9C3D7803D17271432c2b
Octal2347517007527475035453
Binary100111001111011111000011110110111100111101000011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,120); }

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

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

 a { background-color: rgb(156,61,120); }

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

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

 span { border-color: rgb(156,61,120); }

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