#963989

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

Shades of Dark Purple #963989

Tints of Dark Purple #963989

Color information

#963989 (or 0x963989) is unknown color: approx Dark Purple. HEX triplet: 96, 39 and 89. RGB value is (150,57,137). Sum of RGB (Red+Green+Blue) = 150+57+137=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963989 is #69C676. Grayscale: #5D5D5D. Windows color (decimal): -6932087 or 8993174. OLE color: 8993174.

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

Color convert

RGB15057137-
CMYK00.620.090.41
HSL308.39º44.93%40.59%-
HSV(B)308.39º62%58.82%-
XYZ18.5611.2224.85-
YUV93.93152.31168-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=43.60%
G=16.57%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505713700.620.090.41308.3944.9340.59
Hex96398903E9291342d29
Octal2267121107611514645551
Binary100101101110011000100101111101001101001100110100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963989; }

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

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

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

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

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

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

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

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