#966880

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

Shades of Strikemaster #966880

Tints of Strikemaster #966880

Color information

#966880 (or 0x966880) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 80. RGB value is (150,104,128). Sum of RGB (Red+Green+Blue) = 150+104+128=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #966880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966880 is #69977F. Grayscale: #787878. Windows color (decimal): -6920064 or 8415382. OLE color: 8415382.

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

Color convert

RGB150104128-
CMYK00.310.150.41
HSL328.7º18.11%49.8%-
HSV(B)328.7º30.67%58.82%-
XYZ21.4217.9422.76-
YUV120.49132.24149.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=39.27%
G=27.23%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010412800.310.150.41328.718.1149.8
Hex96688001FF291491232
Octal22615020003717515112262
Binary10010110110100010000000011111111110100110100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966880; }

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

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

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

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

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

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

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

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