#966885

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

Shades of Strikemaster #966885

Tints of Strikemaster #966885

Color information

#966885 (or 0x966885) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 85. RGB value is (150,104,133). Sum of RGB (Red+Green+Blue) = 150+104+133=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #966885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966885 is #69977A. Grayscale: #787878. Windows color (decimal): -6920059 or 8743062. OLE color: 8743062.

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

Color convert

RGB150104133-
CMYK00.310.110.41
HSL322.17º18.11%49.8%-
HSV(B)322.17º30.67%58.82%-
XYZ21.7618.0824.53-
YUV121.06134.74148.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=38.76%
G=26.87%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010413300.310.110.41322.1718.1149.8
Hex96688501FB291421232
Octal22615020503713515022262
Binary10010110110100010000101011111101110100110100001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966885; }

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

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

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

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

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

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

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

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