#963587

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

Shades of Dark Purple #963587

Tints of Dark Purple #963587

Color information

#963587 (or 0x963587) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 87. RGB value is (150,53,135). Sum of RGB (Red+Green+Blue) = 150+53+135=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #963587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963587 is #69CA78. Grayscale: #5B5B5B. Windows color (decimal): -6933113 or 8861078. OLE color: 8861078.

HSL color Cylindrical-coordinate representation of color #963587: hue angle of 309.28º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963587 is Cyan = 0, Magento = 0.65, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB15053135-
CMYK00.650.10.41
HSL309.28º47.78%39.8%-
HSV(B)309.28º64.67%58.82%-
XYZ18.2210.7824.04-
YUV91.35152.64169.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=44.38%
G=15.68%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505313500.650.10.41309.2847.7839.8
Hex963587041A291353028
Octal22665207010112514656050
Binary1001011011010110000111010000011010101001100110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963587; }

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

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

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

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

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

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

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

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