#963780

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

Shades of Dark Purple #963780

Tints of Dark Purple #963780

Color information

#963780 (or 0x963780) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 80. RGB value is (150,55,128). Sum of RGB (Red+Green+Blue) = 150+55+128=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #963780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963780 is #69C87F. Grayscale: #5B5B5B. Windows color (decimal): -6932608 or 8402838. OLE color: 8402838.

HSL color Cylindrical-coordinate representation of color #963780: hue angle of 313.89º 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 #963780 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15055128-
CMYK00.630.150.41
HSL313.89º46.34%40.2%-
HSV(B)313.89º63.33%58.82%-
XYZ17.8410.7721.56-
YUV91.73148.47169.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=45.05%
G=16.52%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505512800.630.150.41313.8946.3440.2
Hex96378003FF2913a2e28
Octal2266720007717514725650
Binary100101101101111000000001111111111101001100111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963780; }

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

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

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

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

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

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

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

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