#960F79

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

Shades of Dark Purple #960F79

Tints of Dark Purple #960F79

Color information

#960F79 (or 0x960F79) is unknown color: approx Dark Purple. HEX triplet: 96, 0F and 79. RGB value is (150,15,121). Sum of RGB (Red+Green+Blue) = 150+15+121=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F79 is #69F086. Grayscale: #434343. Windows color (decimal): -6942855 or 7933846. OLE color: 7933846.

HSL color Cylindrical-coordinate representation of color #960F79: hue angle of 312.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F79 is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15015121-
CMYK00.90.190.41
HSL312.89º81.82%32.35%-
HSV(B)312.89º90%58.82%-
XYZ16.28.2118.82-
YUV67.45158.23186.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 15 (6.25% from 255) = 5.24%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=52.45%
G=5.24%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501512100.90.190.41312.8981.8232.35
Hex96F7905A13291395220
Octal226171710132235147112240
Binary100101101111111100101011010100111010011001110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960F79; }

 p { color: rgb(150,15,121); }

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

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

 a { background-color: rgb(150,15,121); }

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

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

 span { border-color: rgb(150,15,121); }

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