Html Css Color HEX #9890A1 Amethyst Smoke

📋 copy color: '#9890A1'

red 152 ◦ green 144 ◦ blue 161

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

Shades of Amethyst Smoke #9890A1

Tints of Amethyst Smoke #9890A1

RGB

 RED value IS 152 (59.77% from 255) = 33.26%

 GREEN value IS 144 (56.64% from 255) = 31.51%

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

R = 33.26%
G = 31.51%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9890A1 (or 0x9890A1) is known color: Amethyst Smoke. HEX triplet: 98, 90 and A1. RGB value is (152,144,161). Sum of RGB (Red+Green+Blue) = 152+144+161=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 161 - color contains mainly: blue. Hex color #9890A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890A1 is #676F5E. Grayscale: #949494. Windows color (decimal): -6778719 or 10588312. OLE color: 10588312.

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

Color convert

RGB 152 144 161 -
CMYK 0.06 0.11 0 0.37
HSL 268.24º 0.08% 0.6% -
HSV(B) 268.24º 0.11% 0.63% -
XYZ 29.36 29.2 37.81 -
YUV 148.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 152 144 161 0.06 0.11 0 0.37 268.24 0.08 0.6
Hex 98 90 A1 6 B 0 25 10C 8 3C
Octal 230 220 241 6 13 0 45 414 10 74
Binary 10011000 10010000 10100001 110 1011 0 100101 100001100 1000 111100

Color Harmonies of #9890A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9890A1

Black with #9890A1

Text Example


Text Example

White with #9890A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,144,161); }

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

background-color css

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

 a { background-color: rgb(152,144,161); }

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

border-color css

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

 span { border-color: rgb(152,144,161); }

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