#963976

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

Shades of Dark Purple #963976

Tints of Dark Purple #963976

Color information

#963976 (or 0x963976) is unknown color: approx Dark Purple. HEX triplet: 96, 39 and 76. RGB value is (150,57,118). Sum of RGB (Red+Green+Blue) = 150+57+118=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #963976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963976 is #69C689. Grayscale: #5B5B5B. Windows color (decimal): -6932106 or 7747990. OLE color: 7747990.

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

Color convert

RGB15057118-
CMYK00.620.210.41
HSL320.65º44.93%40.59%-
HSV(B)320.65º62%58.82%-
XYZ17.3110.7218.3-
YUV91.76142.81169.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=46.15%
G=17.54%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505711800.620.210.41320.6544.9340.59
Hex96397603E15291412d29
Octal2267116607625515015551
Binary100101101110011110110011111010101101001101000001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963976; }

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

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

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

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

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

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

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

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