#963E76

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

Shades of Rouge #963E76

Tints of Rouge #963E76

Color information

#963E76 (or 0x963E76) is unknown color: approx Rouge. HEX triplet: 96, 3E and 76. RGB value is (150,62,118). Sum of RGB (Red+Green+Blue) = 150+62+118=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #963E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E76 is #69C189. Grayscale: #5E5E5E. Windows color (decimal): -6930826 or 7749270. OLE color: 7749270.

HSL color Cylindrical-coordinate representation of color #963E76: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E76 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15062118-
CMYK00.590.210.41
HSL321.82º41.51%41.57%-
HSV(B)321.82º58.67%58.82%-
XYZ17.5711.2418.38-
YUV94.7141.15167.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=45.45%
G=18.79%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506211800.590.210.41321.8241.5141.57
Hex963E7603B15291422a2a
Octal2267616607325515025252
Binary100101101111101110110011101110101101001101000010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963E76; }

 p { color: rgb(150,62,118); }

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

<style>
 a { background-color: #963E76; }

 a { background-color: rgb(150,62,118); }

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

<style>
 span { border-color: #963E76; }

 span { border-color: rgb(150,62,118); }

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