Html Css Color HEX #988099 Amethyst Smoke

📋 copy color: '#988099'

red 152 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #988099

Tints of Amethyst Smoke #988099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

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

R = 35.1%
G = 29.56%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988099 (or 0x988099) is known color: Amethyst Smoke. HEX triplet: 98, 80 and 99. RGB value is (152,128,153). Sum of RGB (Red+Green+Blue) = 152+128+153=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #988099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988099 is #677F66. Grayscale: #898989. Windows color (decimal): -6782823 or 10059928. OLE color: 10059928.

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

Color convert

RGB 152 128 153 -
CMYK 0.01 0.16 0 0.4
HSL 297.6º 0.11% 0.55% -
HSV(B) 297.6º 0.16% 0.6% -
XYZ 26.42 24.41 33.46 -
YUV 138.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 152 128 153 0.01 0.16 0 0.4 297.6 0.11 0.55
Hex 98 80 99 1 10 0 28 12A B 37
Octal 230 200 231 1 20 0 50 452 13 67
Binary 10011000 10000000 10011001 1 10000 0 101000 100101010 1011 110111

Color Harmonies of #988099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988099

Black with #988099

Text Example


Text Example

White with #988099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988099; }

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

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

background-color css

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

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

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

border-color css

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

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

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