#997285

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

Shades of Strikemaster #997285

Tints of Strikemaster #997285

Color information

#997285 (or 0x997285) is unknown color: approx Strikemaster. HEX triplet: 99, 72 and 85. RGB value is (153,114,133). Sum of RGB (Red+Green+Blue) = 153+114+133=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997285 is #668D7A. Grayscale: #7F7F7F. Windows color (decimal): -6720891 or 8745625. OLE color: 8745625.

HSL color Cylindrical-coordinate representation of color #997285: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997285 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB153114133-
CMYK00.250.130.4
HSL330.77º16.05%52.35%-
HSV(B)330.77º25.49%60%-
XYZ23.3920.524.91-
YUV127.83130.92145.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=38.25%
G=28.5%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311413300.250.130.4330.7716.0552.35
Hex997285019D2814b1034
Octal23116220503115505132064
Binary10011001111001010000101011001110110100010100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997285; }

 p { color: rgb(153,114,133); }

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

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

 a { background-color: rgb(153,114,133); }

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

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

 span { border-color: rgb(153,114,133); }

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