#963987

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

Shades of Dark Purple #963987

Tints of Dark Purple #963987

Color information

#963987 (or 0x963987) is unknown color: approx Dark Purple. HEX triplet: 96, 39 and 87. RGB value is (150,57,135). Sum of RGB (Red+Green+Blue) = 150+57+135=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #963987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963987 is #69C678. Grayscale: #5D5D5D. Windows color (decimal): -6932089 or 8862102. OLE color: 8862102.

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

Color convert

RGB15057135-
CMYK00.620.10.41
HSL309.68º44.93%40.59%-
HSV(B)309.68º62%58.82%-
XYZ18.4111.1624.11-
YUV93.7151.31168.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=43.86%
G=16.67%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505713500.620.10.41309.6844.9340.59
Hex96398703EA291362d29
Octal2267120707612514665551
Binary100101101110011000011101111101010101001100110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963987; }

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

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

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

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

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

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

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

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