#966882

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

Shades of Strikemaster #966882

Tints of Strikemaster #966882

Color information

#966882 (or 0x966882) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 82. RGB value is (150,104,130). Sum of RGB (Red+Green+Blue) = 150+104+130=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966882 is #69977D. Grayscale: #787878. Windows color (decimal): -6920062 or 8546454. OLE color: 8546454.

HSL color Cylindrical-coordinate representation of color #966882: hue angle of 326.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966882 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150104130-
CMYK00.310.130.41
HSL326.09º18.11%49.8%-
HSV(B)326.09º30.67%58.82%-
XYZ21.561823.46-
YUV120.72133.24148.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=39.06%
G=27.08%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010413000.310.130.41326.0918.1149.8
Hex96688201FD291461232
Octal22615020203715515062262
Binary10010110110100010000010011111110110100110100011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966882; }

 p { color: rgb(150,104,130); }

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

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

 a { background-color: rgb(150,104,130); }

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

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

 span { border-color: rgb(150,104,130); }

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