#961775

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

Shades of Dark Purple #961775

Tints of Dark Purple #961775

Color information

#961775 (or 0x961775) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 75. RGB value is (150,23,117). Sum of RGB (Red+Green+Blue) = 150+23+117=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961775 is #69E88A. Grayscale: #474747. Windows color (decimal): -6940811 or 7673750. OLE color: 7673750.

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

Color convert

RGB15023117-
CMYK00.850.220.41
HSL315.59º73.41%33.92%-
HSV(B)315.59º84.67%58.82%-
XYZ16.098.3817.6-
YUV71.69153.58183.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=51.72%
G=7.93%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502311700.850.220.41315.5973.4133.92
Hex961775055162913c4922
Octal226271650125265147411142
Binary1001011010111111010101010101101101010011001111001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961775; }

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

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

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

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

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

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

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

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