#976381

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

Shades of Strikemaster #976381

Tints of Strikemaster #976381

Color information

#976381 (or 0x976381) is unknown color: approx Strikemaster. HEX triplet: 97, 63 and 81. RGB value is (151,99,129). Sum of RGB (Red+Green+Blue) = 151+99+129=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #976381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976381 is #689C7E. Grayscale: #757575. Windows color (decimal): -6855807 or 8479639. OLE color: 8479639.

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

Color convert

RGB15199129-
CMYK00.340.150.41
HSL325.38º20.8%49.02%-
HSV(B)325.38º34.44%59.22%-
XYZ21.1917.0922.95-
YUV117.97134.23151.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=39.84%
G=26.12%
B=34.04%

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
Decimal1519912900.340.150.41325.3820.849.02
Hex976381022F291451531
Octal22714320104217515052561
Binary100101111100011100000010100010111110100110100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976381; }

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

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

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

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

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

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

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

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