#964780

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

Shades of Strikemaster #964780

Tints of Strikemaster #964780

Color information

#964780 (or 0x964780) is unknown color: approx Strikemaster. HEX triplet: 96, 47 and 80. RGB value is (150,71,128). Sum of RGB (Red+Green+Blue) = 150+71+128=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #964780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964780 is #69B87F. Grayscale: #646464. Windows color (decimal): -6928512 or 8406934. OLE color: 8406934.

HSL color Cylindrical-coordinate representation of color #964780: hue angle of 316.71º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964780 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15071128-
CMYK00.530.150.41
HSL316.71º35.75%43.33%-
HSV(B)316.71º52.67%58.82%-
XYZ18.7312.5521.86-
YUV101.12143.17162.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=42.98%
G=20.34%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507112800.530.150.41316.7135.7543.33
Hex964780035F2913d242b
Octal22610720006517514754453
Binary1001011010001111000000001101011111101001100111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964780; }

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

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

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

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

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

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

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

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