#966980

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

Shades of Strikemaster #966980

Tints of Strikemaster #966980

Color information

#966980 (or 0x966980) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 80. RGB value is (150,105,128). Sum of RGB (Red+Green+Blue) = 150+105+128=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966980 is #69967F. Grayscale: #797979. Windows color (decimal): -6919808 or 8415638. OLE color: 8415638.

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

Color convert

RGB150105128-
CMYK00.300.150.41
HSL329.33º17.65%50%-
HSV(B)329.33º30%58.82%-
XYZ21.5318.1522.79-
YUV121.08131.91148.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=39.16%
G=27.42%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512800.300.150.41329.3317.6550
Hex96698001EF291491232
Octal22615120003617515112262
Binary10010110110100110000000011110111110100110100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966980; }

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

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

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

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

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

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

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

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