#963380

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

Shades of Dark Purple #963380

Tints of Dark Purple #963380

Color information

#963380 (or 0x963380) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 80. RGB value is (150,51,128). Sum of RGB (Red+Green+Blue) = 150+51+128=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #963380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963380 is #69CC7F. Grayscale: #595959. Windows color (decimal): -6933632 or 8401814. OLE color: 8401814.

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

Color convert

RGB15051128-
CMYK00.660.150.41
HSL313.33º49.25%39.41%-
HSV(B)313.33º66%58.82%-
XYZ17.6610.4121.5-
YUV89.38149.8171.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=45.59%
G=15.50%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505112800.660.150.41313.3349.2539.41
Hex963380042F291393127
Octal22663200010217514716147
Binary1001011011001110000000010000101111101001100111001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963380; }

 p { color: rgb(150,51,128); }

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

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

 a { background-color: rgb(150,51,128); }

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

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

 span { border-color: rgb(150,51,128); }

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