Html Css Color HEX #998999 Amethyst Smoke

📋 copy color: '#998999'

red 153 ◦ green 137 ◦ blue 153

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

Shades of Amethyst Smoke #998999

Tints of Amethyst Smoke #998999

RGB

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

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

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

R = 34.54%
G = 30.93%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#998999 (or 0x998999) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 99. RGB value is (153,137,153). Sum of RGB (Red+Green+Blue) = 153+137+153=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998999 is #667666. Grayscale: #8F8F8F. Windows color (decimal): -6714983 or 10062233. OLE color: 10062233.

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

Color convert

RGB 153 137 153 -
CMYK 0 0.10 0 0.4
HSL 300º 0.07% 0.57% -
HSV(B) 300º 0.1% 0.6% -
XYZ 27.83 26.96 33.87 -
YUV 143.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 153 137 153 0 0.10 0 0.4 300 0.07 0.57
Hex 99 89 99 0 A 0 28 12C 7 39
Octal 231 211 231 0 12 0 50 454 7 71
Binary 10011001 10001001 10011001 0 1010 0 101000 100101100 111 111001

Color Harmonies of #998999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998999

Black with #998999

Text Example


Text Example

White with #998999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998999; }

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

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

background-color css

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

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

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

border-color css

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

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

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