Html Css Color HEX #998DA1 Amethyst Smoke

📋 copy color: '#998DA1'

red 153 ◦ green 141 ◦ blue 161

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

Shades of Amethyst Smoke #998DA1

Tints of Amethyst Smoke #998DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 33.63%
G = 30.99%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#998DA1 (or 0x998DA1) is known color: Amethyst Smoke. HEX triplet: 99, 8D and A1. RGB value is (153,141,161). Sum of RGB (Red+Green+Blue) = 153+141+161=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 161 - color contains mainly: blue. Hex color #998DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DA1 is #66725E. Grayscale: #929292. Windows color (decimal): -6713951 or 10587545. OLE color: 10587545.

HSL color Cylindrical-coordinate representation of color #998DA1: hue angle of 276º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998DA1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 141 161 -
CMYK 0.05 0.12 0 0.37
HSL 276º 0.1% 0.59% -
HSV(B) 276º 0.12% 0.63% -
XYZ 29.09 28.4 37.67 -
YUV 146.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 153 141 161 0.05 0.12 0 0.37 276 0.1 0.59
Hex 99 8D A1 5 C 0 25 114 A 3B
Octal 231 215 241 5 14 0 45 424 12 73
Binary 10011001 10001101 10100001 101 1100 0 100101 100010100 1010 111011

Color Harmonies of #998DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DA1

Black with #998DA1

Text Example


Text Example

White with #998DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,141,161); }

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

background-color css

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

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

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

border-color css

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

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

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