#966687

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

Shades of Strikemaster #966687

Tints of Strikemaster #966687

Color information

#966687 (or 0x966687) is unknown color: approx Strikemaster. HEX triplet: 96, 66 and 87. RGB value is (150,102,135). Sum of RGB (Red+Green+Blue) = 150+102+135=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #966687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966687 is #699978. Grayscale: #787878. Windows color (decimal): -6920569 or 8873622. OLE color: 8873622.

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

Color convert

RGB150102135-
CMYK00.320.10.41
HSL318.75º19.05%49.41%-
HSV(B)318.75º32%58.82%-
XYZ21.717.7425.2-
YUV120.11136.4149.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=38.76%
G=26.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010213500.320.10.41318.7519.0549.41
Hex966687020A2913f1331
Octal22614620704012514772361
Binary100101101100110100001110100000101010100110011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966687; }

 p { color: rgb(150,102,135); }

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

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

 a { background-color: rgb(150,102,135); }

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

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

 span { border-color: rgb(150,102,135); }

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