#997284

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

Shades of Strikemaster #997284

Tints of Strikemaster #997284

Color information

#997284 (or 0x997284) is unknown color: approx Strikemaster. HEX triplet: 99, 72 and 84. RGB value is (153,114,132). Sum of RGB (Red+Green+Blue) = 153+114+132=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997284 is #668D7B. Grayscale: #7F7F7F. Windows color (decimal): -6720892 or 8680089. OLE color: 8680089.

HSL color Cylindrical-coordinate representation of color #997284: hue angle of 332.31º 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 #997284 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153114132-
CMYK00.250.140.4
HSL332.31º16.05%52.35%-
HSV(B)332.31º25.49%60%-
XYZ23.3220.4724.55-
YUV127.71130.42146.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=38.35%
G=28.57%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311413200.250.140.4332.3116.0552.35
Hex997284019E2814c1034
Octal23116220403116505142064
Binary10011001111001010000100011001111010100010100110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997284; }

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

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

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

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

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

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

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

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