#976481

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

Shades of Strikemaster #976481

Tints of Strikemaster #976481

Color information

#976481 (or 0x976481) is unknown color: approx Strikemaster. HEX triplet: 97, 64 and 81. RGB value is (151,100,129). Sum of RGB (Red+Green+Blue) = 151+100+129=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #976481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976481 is #689B7E. Grayscale: #767676. Windows color (decimal): -6855551 or 8479895. OLE color: 8479895.

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

Color convert

RGB151100129-
CMYK00.340.150.41
HSL325.88º20.32%49.22%-
HSV(B)325.88º33.77%59.22%-
XYZ21.2817.2822.98-
YUV118.56133.9151.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=39.74%
G=26.32%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110012900.340.150.41325.8820.3249.22
Hex976481022F291461431
Octal22714420104217515062461
Binary100101111100100100000010100010111110100110100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976481; }

 p { color: rgb(151,100,129); }

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

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

 a { background-color: rgb(151,100,129); }

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

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

 span { border-color: rgb(151,100,129); }

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