#963C87

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

Shades of Dark Purple #963C87

Tints of Dark Purple #963C87

Color information

#963C87 (or 0x963C87) is unknown color: approx Dark Purple. HEX triplet: 96, 3C and 87. RGB value is (150,60,135). Sum of RGB (Red+Green+Blue) = 150+60+135=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C87 is #69C378. Grayscale: #5F5F5F. Windows color (decimal): -6931321 or 8862870. OLE color: 8862870.

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

Color convert

RGB15060135-
CMYK00.60.10.41
HSL310º42.86%41.18%-
HSV(B)310º60%58.82%-
XYZ18.5711.4724.16-
YUV95.46150.32166.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506013500.60.10.4131042.8641.18
Hex963C8703CA291362b29
Octal2267420707412514665351
Binary100101101111001000011101111001010101001100110110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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