#976289

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

Shades of Strikemaster #976289

Tints of Strikemaster #976289

Color information

#976289 (or 0x976289) is unknown color: approx Strikemaster. HEX triplet: 97, 62 and 89. RGB value is (151,98,137). Sum of RGB (Red+Green+Blue) = 151+98+137=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976289 is #689D76. Grayscale: #767676. Windows color (decimal): -6856055 or 9003671. OLE color: 9003671.

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

Color convert

RGB15198137-
CMYK00.350.090.41
HSL315.85º21.29%48.82%-
HSV(B)315.85º35.1%59.22%-
XYZ21.6517.1225.83-
YUV118.29138.56151.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=39.12%
G=25.39%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519813700.350.090.41315.8521.2948.82
Hex97628902392913c1531
Octal22714221104311514742561
Binary100101111100010100010010100011100110100110011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976289; }

 p { color: rgb(151,98,137); }

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

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

 a { background-color: rgb(151,98,137); }

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

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

 span { border-color: rgb(151,98,137); }

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