#97627F

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

Shades of Strikemaster #97627F

Tints of Strikemaster #97627F

Color information

#97627F (or 0x97627F) is unknown color: approx Strikemaster. HEX triplet: 97, 62 and 7F. RGB value is (151,98,127). Sum of RGB (Red+Green+Blue) = 151+98+127=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97627F is #689D80. Grayscale: #757575. Windows color (decimal): -6856065 or 8348311. OLE color: 8348311.

HSL color Cylindrical-coordinate representation of color #97627F: hue angle of 327.17º 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 #97627F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15198127-
CMYK00.350.160.41
HSL327.17º21.29%48.82%-
HSV(B)327.17º35.1%59.22%-
XYZ20.9616.8522.23-
YUV117.15133.56152.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 127 (50% from 255) = 33.78%
R=40.16%
G=26.06%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519812700.350.160.41327.1721.2948.82
Hex97627F02310291471531
Octal22714217704320515072561
Binary100101111100010111111101000111000010100110100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97627F; }

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

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

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

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

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

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

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

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