#963F79

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

Shades of Dark Purple #963F79

Tints of Dark Purple #963F79

Color information

#963F79 (or 0x963F79) is unknown color: approx Dark Purple. HEX triplet: 96, 3F and 79. RGB value is (150,63,121). Sum of RGB (Red+Green+Blue) = 150+63+121=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F79 is #69C086. Grayscale: #5F5F5F. Windows color (decimal): -6930567 or 7946134. OLE color: 7946134.

HSL color Cylindrical-coordinate representation of color #963F79: hue angle of 320º 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 #963F79 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15063121-
CMYK00.580.190.41
HSL320º40.85%41.76%-
HSV(B)320º58%58.82%-
XYZ17.8111.4219.35-
YUV95.62142.32166.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=44.91%
G=18.86%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506312100.580.190.4132040.8541.76
Hex963F7903A1329140292a
Octal2267717107223515005152
Binary100101101111111111001011101010011101001101000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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