#963F78

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

Shades of Rouge #963F78

Tints of Rouge #963F78

Color information

#963F78 (or 0x963F78) is unknown color: approx Rouge. HEX triplet: 96, 3F and 78. RGB value is (150,63,120). Sum of RGB (Red+Green+Blue) = 150+63+120=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #963F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F78 is #69C087. Grayscale: #5F5F5F. Windows color (decimal): -6930568 or 7880598. OLE color: 7880598.

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

Color convert

RGB15063120-
CMYK00.580.200.41
HSL320.69º40.85%41.76%-
HSV(B)320.69º58%58.82%-
XYZ17.7511.419.03-
YUV95.51141.82166.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=45.05%
G=18.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506312000.580.200.41320.6940.8541.76
Hex963F7803A1429141292a
Octal2267717007224515015152
Binary100101101111111111000011101010100101001101000001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,63,120); }

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

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

 a { background-color: rgb(150,63,120); }

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

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

 span { border-color: rgb(150,63,120); }

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