Html Css Color HEX #9991A1 Amethyst Smoke

📋 copy color: '#9991A1'

red 153 ◦ green 145 ◦ blue 161

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

Shades of Amethyst Smoke #9991A1

Tints of Amethyst Smoke #9991A1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 33.33%
G = 31.59%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9991A1 (or 0x9991A1) is known color: Amethyst Smoke. HEX triplet: 99, 91 and A1. RGB value is (153,145,161). Sum of RGB (Red+Green+Blue) = 153+145+161=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 161 - color contains mainly: blue. Hex color #9991A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991A1 is #666E5E. Grayscale: #959595. Windows color (decimal): -6712927 or 10588569. OLE color: 10588569.

HSL color Cylindrical-coordinate representation of color #9991A1: hue angle of 270º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9991A1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 145 161 -
CMYK 0.05 0.10 0 0.37
HSL 270º 0.08% 0.6% -
HSV(B) 270º 0.1% 0.63% -
XYZ 29.7 29.6 37.87 -
YUV 149.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 153 145 161 0.05 0.10 0 0.37 270 0.08 0.6
Hex 99 91 A1 5 A 0 25 10E 8 3C
Octal 231 221 241 5 12 0 45 416 10 74
Binary 10011001 10010001 10100001 101 1010 0 100101 100001110 1000 111100

Color Harmonies of #9991A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991A1

Black with #9991A1

Text Example


Text Example

White with #9991A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9991A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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