#964F79

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

Shades of Strikemaster #964F79

Tints of Strikemaster #964F79

Color information

#964F79 (or 0x964F79) is unknown color: approx Strikemaster. HEX triplet: 96, 4F and 79. RGB value is (150,79,121). Sum of RGB (Red+Green+Blue) = 150+79+121=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F79 is #69B086. Grayscale: #686868. Windows color (decimal): -6926471 or 7950230. OLE color: 7950230.

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

Color convert

RGB15079121-
CMYK00.470.190.41
HSL324.51º31%44.9%-
HSV(B)324.51º47.33%58.82%-
XYZ18.8213.4619.69-
YUV105.02137.02160.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=42.86%
G=22.57%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507912100.470.190.41324.513144.9
Hex964F7902F13291451f2d
Octal22611717105723515053755
Binary100101101001111111100101011111001110100110100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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