#966281

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

Shades of Strikemaster #966281

Tints of Strikemaster #966281

Color information

#966281 (or 0x966281) is unknown color: approx Strikemaster. HEX triplet: 96, 62 and 81. RGB value is (150,98,129). Sum of RGB (Red+Green+Blue) = 150+98+129=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #966281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966281 is #699D7E. Grayscale: #757575. Windows color (decimal): -6921599 or 8479382. OLE color: 8479382.

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

Color convert

RGB15098129-
CMYK00.350.140.41
HSL324.23º20.97%48.63%-
HSV(B)324.23º34.67%58.82%-
XYZ20.9116.822.91-
YUV117.08134.73151.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=39.79%
G=25.99%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509812900.350.140.41324.2320.9748.63
Hex966281023E291441531
Octal22614220104316515042561
Binary100101101100010100000010100011111010100110100010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966281; }

 p { color: rgb(150,98,129); }

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

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

 a { background-color: rgb(150,98,129); }

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

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

 span { border-color: rgb(150,98,129); }

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