#98959A

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

Shades of Amethyst Smoke #98959A

Tints of Amethyst Smoke #98959A

Color information

#98959A (or 0x98959A) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 95 and 9A. RGB value is (152,149,154). Sum of RGB (Red+Green+Blue) = 152+149+154=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 154 - color contains mainly: blue. Hex color #98959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98959A is #676A65. Grayscale: #969696. Windows color (decimal): -6777446 or 10130840. OLE color: 10130840.

HSL color Cylindrical-coordinate representation of color #98959A: hue angle of 276º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #98959A is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152149154-
CMYK0.010.0300.40
HSL276º2.42%59.41%-
HSV(B)276º3.25%60.39%-
XYZ29.5330.534.9-
YUV150.47129.99129.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=33.41%
G=32.75%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521491540.010.0300.402762.4259.41
Hex98959A1302811423b
Octal23022523213050424273
Binary100110001001010110011010111010100010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98959A; }

 p { color: rgb(152,149,154); }

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

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

 a { background-color: rgb(152,149,154); }

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

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

 span { border-color: rgb(152,149,154); }

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