Html Css Color HEX #989099 Amethyst Smoke

📋 copy color: '#989099'

red 152 ◦ green 144 ◦ blue 153

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

Shades of Amethyst Smoke #989099

Tints of Amethyst Smoke #989099

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 33.85%
G = 32.07%
B = 34.08%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#989099 (or 0x989099) is known color: Amethyst Smoke. HEX triplet: 98, 90 and 99. RGB value is (152,144,153). Sum of RGB (Red+Green+Blue) = 152+144+153=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: blue. Hex color #989099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989099 is #676F66. Grayscale: #939393. Windows color (decimal): -6778727 or 10064024. OLE color: 10064024.

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

Color convert

RGB 152 144 153 -
CMYK 0.01 0.06 0 0.4
HSL 293.33º 0.04% 0.58% -
HSV(B) 293.33º 0.06% 0.6% -
XYZ 28.67 28.92 34.21 -
YUV 147.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 152 144 153 0.01 0.06 0 0.4 293.33 0.04 0.58
Hex 98 90 99 1 6 0 28 125 4 3A
Octal 230 220 231 1 6 0 50 445 4 72
Binary 10011000 10010000 10011001 1 110 0 101000 100100101 100 111010

Color Harmonies of #989099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989099

Black with #989099

Text Example


Text Example

White with #989099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989099; }

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

 H1.HeaderClassName
 {
   color: #989099;
 }
 .AnyTagClassName
 {
   color: #989099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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