#963B80

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

Shades of Dark Purple #963B80

Tints of Dark Purple #963B80

Color information

#963B80 (or 0x963B80) is unknown color: approx Dark Purple. HEX triplet: 96, 3B and 80. RGB value is (150,59,128). Sum of RGB (Red+Green+Blue) = 150+59+128=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963B80 is #69C47F. Grayscale: #5D5D5D. Windows color (decimal): -6931584 or 8403862. OLE color: 8403862.

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

Color convert

RGB15059128-
CMYK00.610.150.41
HSL314.51º43.54%40.98%-
HSV(B)314.51º60.67%58.82%-
XYZ18.0411.1721.63-
YUV94.08147.15167.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=44.51%
G=17.51%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505912800.610.150.41314.5143.5440.98
Hex963B8003DF2913b2c29
Octal2267320007517514735451
Binary100101101110111000000001111011111101001100111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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