Html Css Color HEX #98959A Amethyst Smoke

📋 copy color: '#98959A'

red 152 ◦ green 149 ◦ blue 154

#98959A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #98959A

Tints of Amethyst Smoke #98959A

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 value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#98959A (or 0x98959A) is known color: 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

RGB 152 149 154 -
CMYK 0.01 0.03 0 0.40
HSL 276º 0.02% 0.59% -
HSV(B) 276º 0.03% 0.6% -
XYZ 29.53 30.5 34.9 -
YUV 150.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 152 149 154 0.01 0.03 0 0.40 276 0.02 0.59
Hex 98 95 9A 1 3 0 28 114 2 3B
Octal 230 225 232 1 3 0 50 424 2 73
Binary 10011000 10010101 10011010 1 11 0 101000 100010100 10 111011

Color Harmonies of #98959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98959A

Black with #98959A

Text Example


Text Example

White with #98959A

Text Example


Text Example

HTML Codes & Css Web 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>