#963284

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

Shades of Dark Purple #963284

Tints of Dark Purple #963284

Color information

#963284 (or 0x963284) is unknown color: approx Dark Purple. HEX triplet: 96, 32 and 84. RGB value is (150,50,132). Sum of RGB (Red+Green+Blue) = 150+50+132=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963284 is #69CD7B. Grayscale: #595959. Windows color (decimal): -6933884 or 8663702. OLE color: 8663702.

HSL color Cylindrical-coordinate representation of color #963284: hue angle of 310.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963284 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15050132-
CMYK00.670.120.41
HSL310.8º50%39.22%-
HSV(B)310.8º66.67%58.82%-
XYZ17.8810.4322.9-
YUV89.25152.13171.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=45.18%
G=15.06%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505013200.670.120.41310.85039.22
Hex963284043C291373227
Octal22662204010314514676247
Binary1001011011001010000100010000111100101001100110111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963284; }

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

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

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

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

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

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

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

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