Html Css Color HEX #988998 Amethyst Smoke

📋 copy color: '#988998'

red 152 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #988998

Tints of Amethyst Smoke #988998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 34.47%
G = 31.07%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#988998 (or 0x988998) is known color: Amethyst Smoke. HEX triplet: 98, 89 and 98. RGB value is (152,137,152). Sum of RGB (Red+Green+Blue) = 152+137+152=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #988998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988998 is #677667. Grayscale: #8F8F8F. Windows color (decimal): -6780520 or 9996696. OLE color: 9996696.

HSL color Cylindrical-coordinate representation of color #988998: hue angle of 300º 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 #988998 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 152 -
CMYK 0 0.10 0 0.40
HSL 300º 0.07% 0.57% -
HSV(B) 300º 0.1% 0.6% -
XYZ 27.56 26.83 33.43 -
YUV 143.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 152 137 152 0 0.10 0 0.40 300 0.07 0.57
Hex 98 89 98 0 A 0 28 12C 7 39
Octal 230 211 230 0 12 0 50 454 7 71
Binary 10011000 10001001 10011000 0 1010 0 101000 100101100 111 111001

Color Harmonies of #988998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988998

Black with #988998

Text Example


Text Example

White with #988998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988998; }

 p { color: rgb(152,137,152); }

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

background-color css

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

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

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

border-color css

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

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

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