#963F81

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

Shades of Dark Purple #963F81

Tints of Dark Purple #963F81

Color information

#963F81 (or 0x963F81) is unknown color: approx Dark Purple. HEX triplet: 96, 3F and 81. RGB value is (150,63,129). Sum of RGB (Red+Green+Blue) = 150+63+129=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #963F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F81 is #69C07E. Grayscale: #606060. Windows color (decimal): -6930559 or 8470422. OLE color: 8470422.

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

Color convert

RGB15063129-
CMYK00.580.140.41
HSL314.48º40.85%41.76%-
HSV(B)314.48º58%58.82%-
XYZ18.3211.6222.05-
YUV96.54146.32166.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=43.86%
G=18.42%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506312900.580.140.41314.4840.8541.76
Hex963F8103AE2913a292a
Octal2267720107216514725152
Binary100101101111111000000101110101110101001100111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,63,129); }

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

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

 a { background-color: rgb(150,63,129); }

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

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

 span { border-color: rgb(150,63,129); }

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