#966D7C

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

Shades of Strikemaster #966D7C

Tints of Strikemaster #966D7C

Color information

#966D7C (or 0x966D7C) is unknown color: approx Strikemaster. HEX triplet: 96, 6D and 7C. RGB value is (150,109,124). Sum of RGB (Red+Green+Blue) = 150+109+124=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D7C is #699283. Grayscale: #7A7A7A. Windows color (decimal): -6918788 or 8154518. OLE color: 8154518.

HSL color Cylindrical-coordinate representation of color #966D7C: hue angle of 338.05º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D7C is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150109124-
CMYK00.270.170.41
HSL338.05º16.33%50.78%-
HSV(B)338.05º27.33%58.82%-
XYZ21.6818.8821.57-
YUV122.97128.58147.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=39.16%
G=28.46%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010912400.270.170.41338.0516.3350.78
Hex966D7C01B11291521033
Octal22615517403321515222063
Binary10010110110110111111000110111000110100110101001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966D7C; }

 p { color: rgb(150,109,124); }

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

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

 a { background-color: rgb(150,109,124); }

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

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

 span { border-color: rgb(150,109,124); }

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