Html Css Color HEX #998E9A Amethyst Smoke

📋 copy color: '#998E9A'

red 153 ◦ green 142 ◦ blue 154

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

Shades of Amethyst Smoke #998E9A

Tints of Amethyst Smoke #998E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 34.08%
G = 31.63%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#998E9A (or 0x998E9A) is known color: Amethyst Smoke. HEX triplet: 99, 8E and 9A. RGB value is (153,142,154). Sum of RGB (Red+Green+Blue) = 153+142+154=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 154 - color contains mainly: blue. Hex color #998E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E9A is #667165. Grayscale: #929292. Windows color (decimal): -6713702 or 10129049. OLE color: 10129049.

HSL color Cylindrical-coordinate representation of color #998E9A: hue angle of 295º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998E9A is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 142 154 -
CMYK 0.01 0.08 0 0.40
HSL 295º 0.06% 0.58% -
HSV(B) 295º 0.08% 0.6% -
XYZ 28.64 28.45 34.55 -
YUV 146.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 153 142 154 0.01 0.08 0 0.40 295 0.06 0.58
Hex 99 8E 9A 1 8 0 28 127 6 3A
Octal 231 216 232 1 10 0 50 447 6 72
Binary 10011001 10001110 10011010 1 1000 0 101000 100100111 110 111010

Color Harmonies of #998E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E9A

Black with #998E9A

Text Example


Text Example

White with #998E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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