#966883

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

Shades of Strikemaster #966883

Tints of Strikemaster #966883

Color information

#966883 (or 0x966883) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 83. RGB value is (150,104,131). Sum of RGB (Red+Green+Blue) = 150+104+131=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #966883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966883 is #69977C. Grayscale: #787878. Windows color (decimal): -6920061 or 8611990. OLE color: 8611990.

HSL color Cylindrical-coordinate representation of color #966883: hue angle of 324.78º 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 #966883 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150104131-
CMYK00.310.130.41
HSL324.78º18.11%49.8%-
HSV(B)324.78º30.67%58.82%-
XYZ21.6218.0223.81-
YUV120.83133.74148.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=38.96%
G=27.01%
B=34.03%

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
Decimal15010413100.310.130.41324.7818.1149.8
Hex96688301FD291451232
Octal22615020303715515052262
Binary10010110110100010000011011111110110100110100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966883; }

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

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

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

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

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

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

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

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