Html Css Color HEX #998E9D Amethyst Smoke

📋 copy color: '#998E9D'

red 153 ◦ green 142 ◦ blue 157

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

Shades of Amethyst Smoke #998E9D

Tints of Amethyst Smoke #998E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.42%

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 33.85%
G = 31.42%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#998E9D (or 0x998E9D) is known color: Amethyst Smoke. HEX triplet: 99, 8E and 9D. RGB value is (153,142,157). Sum of RGB (Red+Green+Blue) = 153+142+157=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 157 - color contains mainly: blue. Hex color #998E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E9D is #667162. Grayscale: #929292. Windows color (decimal): -6713699 or 10325657. OLE color: 10325657.

HSL color Cylindrical-coordinate representation of color #998E9D: hue angle of 284º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998E9D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 142 157 -
CMYK 0.03 0.10 0 0.38
HSL 284º 0.07% 0.59% -
HSV(B) 284º 0.1% 0.62% -
XYZ 28.9 28.55 35.89 -
YUV 147 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 153 142 157 0.03 0.10 0 0.38 284 0.07 0.59
Hex 99 8E 9D 3 A 0 26 11C 7 3B
Octal 231 216 235 3 12 0 46 434 7 73
Binary 10011001 10001110 10011101 11 1010 0 100110 100011100 111 111011

Color Harmonies of #998E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E9D

Black with #998E9D

Text Example


Text Example

White with #998E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998E9D; }

 p { color: rgb(153,142,157); }

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

background-color css

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

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

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

border-color css

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

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

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