#963584

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

Shades of Dark Purple #963584

Tints of Dark Purple #963584

Color information

#963584 (or 0x963584) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 84. RGB value is (150,53,132). Sum of RGB (Red+Green+Blue) = 150+53+132=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #963584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963584 is #69CA7B. Grayscale: #5A5A5A. Windows color (decimal): -6933116 or 8664470. OLE color: 8664470.

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

Color convert

RGB15053132-
CMYK00.650.120.41
HSL311.13º47.78%39.8%-
HSV(B)311.13º64.67%58.82%-
XYZ18.0210.722.94-
YUV91.01151.14170.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=44.78%
G=15.82%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505313200.650.120.41311.1347.7839.8
Hex963584041C291373028
Octal22665204010114514676050
Binary1001011011010110000100010000011100101001100110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963584; }

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

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

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

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

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

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

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

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