Html Css Color HEX #998AA1 Amethyst Smoke

📋 copy color: '#998AA1'

red 153 ◦ green 138 ◦ blue 161

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

Shades of Amethyst Smoke #998AA1

Tints of Amethyst Smoke #998AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

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

R = 33.85%
G = 30.53%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#998AA1 (or 0x998AA1) is known color: Amethyst Smoke. HEX triplet: 99, 8A and A1. RGB value is (153,138,161). Sum of RGB (Red+Green+Blue) = 153+138+161=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 161 - color contains mainly: blue. Hex color #998AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AA1 is #66755E. Grayscale: #919191. Windows color (decimal): -6714719 or 10586777. OLE color: 10586777.

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

Color convert

RGB 153 138 161 -
CMYK 0.05 0.14 0 0.37
HSL 279.13º 0.11% 0.59% -
HSV(B) 279.13º 0.14% 0.63% -
XYZ 28.66 27.52 37.52 -
YUV 145.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 153 138 161 0.05 0.14 0 0.37 279.13 0.11 0.59
Hex 99 8A A1 5 E 0 25 117 B 3B
Octal 231 212 241 5 16 0 45 427 13 73
Binary 10011001 10001010 10100001 101 1110 0 100101 100010111 1011 111011

Color Harmonies of #998AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998AA1

Black with #998AA1

Text Example


Text Example

White with #998AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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