Html Css Color HEX #988999 Amethyst Smoke

📋 copy color: '#988999'

red 152 ◦ green 137 ◦ blue 153

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

Shades of Amethyst Smoke #988999

Tints of Amethyst Smoke #988999

RGB

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

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

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

R = 34.39%
G = 31%
B = 34.62%

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

#988999 (or 0x988999) is known color: Amethyst Smoke. HEX triplet: 98, 89 and 99. RGB value is (152,137,153). Sum of RGB (Red+Green+Blue) = 152+137+153=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 153 - color contains mainly: blue. Hex color #988999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988999 is #677666. Grayscale: #8F8F8F. Windows color (decimal): -6780519 or 10062232. OLE color: 10062232.

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

Color convert

RGB 152 137 153 -
CMYK 0.01 0.10 0 0.4
HSL 296.25º 0.07% 0.57% -
HSV(B) 296.25º 0.1% 0.6% -
XYZ 27.64 26.87 33.87 -
YUV 143.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 152 137 153 0.01 0.10 0 0.4 296.25 0.07 0.57
Hex 98 89 99 1 A 0 28 128 7 39
Octal 230 211 231 1 12 0 50 450 7 71
Binary 10011000 10001001 10011001 1 1010 0 101000 100101000 111 111001

Color Harmonies of #988999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988999

Black with #988999

Text Example


Text Example

White with #988999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988999; }

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

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

background-color css

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

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

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

border-color css

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

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

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