#963984

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

Shades of Dark Purple #963984

Tints of Dark Purple #963984

Color information

#963984 (or 0x963984) is unknown color: approx Dark Purple. HEX triplet: 96, 39 and 84. RGB value is (150,57,132). Sum of RGB (Red+Green+Blue) = 150+57+132=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963984 is #69C67B. Grayscale: #5D5D5D. Windows color (decimal): -6932092 or 8665494. OLE color: 8665494.

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

Color convert

RGB15057132-
CMYK00.620.120.41
HSL311.61º44.93%40.59%-
HSV(B)311.61º62%58.82%-
XYZ18.2111.0823.01-
YUV93.36149.81168.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=44.25%
G=16.81%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505713200.620.120.41311.6144.9340.59
Hex96398403EC291382d29
Octal2267120407614514705551
Binary100101101110011000010001111101100101001100111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963984; }

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

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

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

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

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

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

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

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