#963F7D

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

Shades of Dark Purple #963F7D

Tints of Dark Purple #963F7D

Color information

#963F7D (or 0x963F7D) is unknown color: approx Dark Purple. HEX triplet: 96, 3F and 7D. RGB value is (150,63,125). Sum of RGB (Red+Green+Blue) = 150+63+125=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #963F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F7D is #69C082. Grayscale: #5F5F5F. Windows color (decimal): -6930563 or 8208278. OLE color: 8208278.

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

Color convert

RGB15063125-
CMYK00.580.170.41
HSL317.24º40.85%41.76%-
HSV(B)317.24º58%58.82%-
XYZ18.0611.5220.67-
YUV96.08144.32166.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=44.38%
G=18.64%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506312500.580.170.41317.2440.8541.76
Hex963F7D03A112913d292a
Octal2267717507221514755152
Binary100101101111111111101011101010001101001100111101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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