#966B7E

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

Shades of Strikemaster #966B7E

Tints of Strikemaster #966B7E

Color information

#966B7E (or 0x966B7E) is unknown color: approx Strikemaster. HEX triplet: 96, 6B and 7E. RGB value is (150,107,126). Sum of RGB (Red+Green+Blue) = 150+107+126=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B7E is #699481. Grayscale: #797979. Windows color (decimal): -6919298 or 8285078. OLE color: 8285078.

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

Color convert

RGB150107126-
CMYK00.290.160.41
HSL333.49º17%50.39%-
HSV(B)333.49º28.67%58.82%-
XYZ21.618.5122.17-
YUV122.02130.25147.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=39.16%
G=27.94%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010712600.290.160.41333.491750.39
Hex966B7E01D102914d1132
Octal22615317603520515152162
Binary10010110110101111111100111011000010100110100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,107,126); }

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

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

 a { background-color: rgb(150,107,126); }

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

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

 span { border-color: rgb(150,107,126); }

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