#963180

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

Shades of Dark Purple #963180

Tints of Dark Purple #963180

Color information

#963180 (or 0x963180) is unknown color: approx Dark Purple. HEX triplet: 96, 31 and 80. RGB value is (150,49,128). Sum of RGB (Red+Green+Blue) = 150+49+128=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #963180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963180 is #69CE7F. Grayscale: #575757. Windows color (decimal): -6934144 or 8401302. OLE color: 8401302.

HSL color Cylindrical-coordinate representation of color #963180: hue angle of 313.07º degrees, saturation: 0.51, 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 #963180 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15049128-
CMYK00.670.150.41
HSL313.07º50.75%39.02%-
HSV(B)313.07º67.33%58.82%-
XYZ17.5710.2421.47-
YUV88.2150.46172.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=45.87%
G=14.98%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504912800.670.150.41313.0750.7539.02
Hex963180043F291393327
Octal22661200010317514716347
Binary1001011011000110000000010000111111101001100111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963180; }

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

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

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

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

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

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

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

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