Html Css Color HEX #988A99 Amethyst Smoke

📋 copy color: '#988A99'

red 152 ◦ green 138 ◦ blue 153

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

Shades of Amethyst Smoke #988A99

Tints of Amethyst Smoke #988A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 34.31%
G = 31.15%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988A99 (or 0x988A99) is known color: Amethyst Smoke. HEX triplet: 98, 8A and 99. RGB value is (152,138,153). Sum of RGB (Red+Green+Blue) = 152+138+153=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: blue. Hex color #988A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A99 is #677566. Grayscale: #8F8F8F. Windows color (decimal): -6780263 or 10062488. OLE color: 10062488.

HSL color Cylindrical-coordinate representation of color #988A99: hue angle of 296º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988A99 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 138 153 -
CMYK 0.01 0.10 0 0.4
HSL 296º 0.07% 0.57% -
HSV(B) 296º 0.1% 0.6% -
XYZ 27.79 27.15 33.91 -
YUV 143.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 152 138 153 0.01 0.10 0 0.4 296 0.07 0.57
Hex 98 8A 99 1 A 0 28 128 7 39
Octal 230 212 231 1 12 0 50 450 7 71
Binary 10011000 10001010 10011001 1 1010 0 101000 100101000 111 111001

Color Harmonies of #988A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A99

Black with #988A99

Text Example


Text Example

White with #988A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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