#963f83

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

Shades of Dark Purple #963F83

Tints of Dark Purple #963F83

Color information

#963F83 (or 0x963F83) is unknown color: approx Dark Purple. HEX triplet: 96, 3F and 83. RGB value is (150,63,131). Sum of RGB (Red+Green+Blue) = 150+63+131=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F83 is #69C07C. Grayscale: #606060. Windows color (decimal): -6930557 or 8601494. OLE color: 8601494.

HSL color Cylindrical-coordinate representation of color #963F83: hue angle of 313.1º 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 #963F83 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15063131-
CMYK00.580.130.41
HSL313.1º40.85%41.76%-
HSV(B)313.1º58%58.82%-
XYZ18.4511.6822.75-
YUV96.76147.32165.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=43.60%
G=18.31%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506313100.580.130.41313.140.8541.76
Hex963F8303AD29139292a
Octal2267720307215514715152
Binary100101101111111000001101110101101101001100111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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