#963786

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

Shades of Dark Purple #963786

Tints of Dark Purple #963786

Color information

#963786 (or 0x963786) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 86. RGB value is (150,55,134). Sum of RGB (Red+Green+Blue) = 150+55+134=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963786 is #69C879. Grayscale: #5C5C5C. Windows color (decimal): -6932602 or 8796054. OLE color: 8796054.

HSL color Cylindrical-coordinate representation of color #963786: hue angle of 310.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963786 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15055134-
CMYK00.630.110.41
HSL310.11º46.34%40.2%-
HSV(B)310.11º63.33%58.82%-
XYZ18.2510.9423.7-
YUV92.41151.47169.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=44.25%
G=16.22%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505513400.630.110.41310.1146.3440.2
Hex96378603FB291362e28
Octal2266720607713514665650
Binary100101101101111000011001111111011101001100110110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963786; }

 p { color: rgb(150,55,134); }

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

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

 a { background-color: rgb(150,55,134); }

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

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

 span { border-color: rgb(150,55,134); }

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