#963775

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

Shades of Dark Purple #963775

Tints of Dark Purple #963775

Color information

#963775 (or 0x963775) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 75. RGB value is (150,55,117). Sum of RGB (Red+Green+Blue) = 150+55+117=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #963775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963775 is #69C88A. Grayscale: #5A5A5A. Windows color (decimal): -6932619 or 7681942. OLE color: 7681942.

HSL color Cylindrical-coordinate representation of color #963775: hue angle of 320.84º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963775 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15055117-
CMYK00.630.220.41
HSL320.84º46.34%40.2%-
HSV(B)320.84º63.33%58.82%-
XYZ17.1510.517.95-
YUV90.47142.97170.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=46.58%
G=17.08%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505511700.630.220.41320.8446.3440.2
Hex96377503F16291412e28
Octal2266716507726515015650
Binary100101101101111110101011111110110101001101000001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963775; }

 p { color: rgb(150,55,117); }

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

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

 a { background-color: rgb(150,55,117); }

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

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

 span { border-color: rgb(150,55,117); }

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