#966780

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

Shades of Strikemaster #966780

Tints of Strikemaster #966780

Color information

#966780 (or 0x966780) is unknown color: approx Strikemaster. HEX triplet: 96, 67 and 80. RGB value is (150,103,128). Sum of RGB (Red+Green+Blue) = 150+103+128=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966780 is #69987F. Grayscale: #777777. Windows color (decimal): -6920320 or 8415126. OLE color: 8415126.

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

Color convert

RGB150103128-
CMYK00.310.150.41
HSL328.09º18.58%49.61%-
HSV(B)328.09º31.33%58.82%-
XYZ21.3217.7422.72-
YUV119.9132.57149.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=39.37%
G=27.03%
B=33.60%

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
Decimal15010312800.310.150.41328.0918.5849.61
Hex96678001FF291481332
Octal22614720003717515102362
Binary10010110110011110000000011111111110100110100100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966780; }

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

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

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

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

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

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

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

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