Html Css Color HEX #988D99 Amethyst Smoke

📋 copy color: '#988D99'

red 152 ◦ green 141 ◦ blue 153

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

Shades of Amethyst Smoke #988D99

Tints of Amethyst Smoke #988D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

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

R = 34.08%
G = 31.61%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988D99 (or 0x988D99) is known color: Amethyst Smoke. HEX triplet: 98, 8D and 99. RGB value is (152,141,153). Sum of RGB (Red+Green+Blue) = 152+141+153=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #988D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D99 is #677266. Grayscale: #919191. Windows color (decimal): -6779495 or 10063256. OLE color: 10063256.

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

Color convert

RGB 152 141 153 -
CMYK 0.01 0.08 0 0.4
HSL 295º 0.06% 0.58% -
HSV(B) 295º 0.08% 0.6% -
XYZ 28.22 28.03 34.06 -
YUV 145.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 152 141 153 0.01 0.08 0 0.4 295 0.06 0.58
Hex 98 8D 99 1 8 0 28 127 6 3A
Octal 230 215 231 1 10 0 50 447 6 72
Binary 10011000 10001101 10011001 1 1000 0 101000 100100111 110 111010

Color Harmonies of #988D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D99

Black with #988D99

Text Example


Text Example

White with #988D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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