#997184

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

Shades of Strikemaster #997184

Tints of Strikemaster #997184

Color information

#997184 (or 0x997184) is unknown color: approx Strikemaster. HEX triplet: 99, 71 and 84. RGB value is (153,113,132). Sum of RGB (Red+Green+Blue) = 153+113+132=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997184 is #668E7B. Grayscale: #7F7F7F. Windows color (decimal): -6721148 or 8679833. OLE color: 8679833.

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

Color convert

RGB153113132-
CMYK00.260.140.4
HSL331.5º16.39%52.16%-
HSV(B)331.5º26.14%60%-
XYZ23.2120.2524.52-
YUV127.13130.75146.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=38.44%
G=28.39%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311313200.260.140.4331.516.3952.16
Hex99718401AE2814c1034
Octal23116120403216505142064
Binary10011001111000110000100011010111010100010100110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997184; }

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

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

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

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

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

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

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

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