#964979

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

Shades of Strikemaster #964979

Tints of Strikemaster #964979

Color information

#964979 (or 0x964979) is unknown color: approx Strikemaster. HEX triplet: 96, 49 and 79. RGB value is (150,73,121). Sum of RGB (Red+Green+Blue) = 150+73+121=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964979 is #69B686. Grayscale: #656565. Windows color (decimal): -6928007 or 7948694. OLE color: 7948694.

HSL color Cylindrical-coordinate representation of color #964979: hue angle of 322.6º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964979 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15073121-
CMYK00.510.190.41
HSL322.6º34.53%43.73%-
HSV(B)322.6º51.33%58.82%-
XYZ18.4112.6319.56-
YUV101.49139.01162.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=43.60%
G=21.22%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507312100.510.190.41322.634.5343.73
Hex9649790331329143232c
Octal22611117106323515034354
Binary1001011010010011111001011001110011101001101000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964979; }

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

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

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

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

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

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

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

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