#989199

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

Shades of Amethyst Smoke #989199

Tints of Amethyst Smoke #989199

Color information

#989199 (or 0x989199) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 91 and 99. RGB value is (152,145,153). Sum of RGB (Red+Green+Blue) = 152+145+153=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #989199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989199 is #676E66. Grayscale: #939393. Windows color (decimal): -6778471 or 10064280. OLE color: 10064280.

HSL color Cylindrical-coordinate representation of color #989199: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989199 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152145153-
CMYK0.010.0500.4
HSL292.5º3.77%58.43%-
HSV(B)292.5º5.23%60%-
XYZ28.8229.2334.26-
YUV148130.82130.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 153 (60.16% from 255) = 34%
R=33.78%
G=32.22%
B=34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521451530.010.0500.4292.53.7758.43
Hex9891991502812543a
Octal23022123115050445472
Binary10011000100100011001100111010101000100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989199; }

 p { color: rgb(152,145,153); }

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

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

 a { background-color: rgb(152,145,153); }

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

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

 span { border-color: rgb(152,145,153); }

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