Html Css Color HEX #9E92A9 Amethyst Smoke

📋 copy color: '#9E92A9'

red 158 ◦ green 146 ◦ blue 169

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

Shades of Amethyst Smoke #9E92A9

Tints of Amethyst Smoke #9E92A9

RGB

 RED value IS 158 (62.11% from 255) = 33.4%

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 33.4%
G = 30.87%
B = 35.73%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9E92A9 (or 0x9E92A9) is known color: Amethyst Smoke. HEX triplet: 9E, 92 and A9. RGB value is (158,146,169). Sum of RGB (Red+Green+Blue) = 158+146+169=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E92A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E92A9 is #616D56. Grayscale: #989898. Windows color (decimal): -6384983 or 11113118. OLE color: 11113118.

HSL color Cylindrical-coordinate representation of color #9E92A9: hue angle of 271.3º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E92A9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 146 169 -
CMYK 0.07 0.14 0 0.34
HSL 271.3º 0.12% 0.62% -
HSV(B) 271.3º 0.14% 0.66% -
XYZ 31.54 30.69 41.8 -
YUV 152.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 158 146 169 0.07 0.14 0 0.34 271.3 0.12 0.62
Hex 9E 92 A9 7 E 0 22 10F C 3E
Octal 236 222 251 7 16 0 42 417 14 76
Binary 10011110 10010010 10101001 111 1110 0 100010 100001111 1100 111110

Color Harmonies of #9E92A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92A9

Black with #9E92A9

Text Example


Text Example

White with #9E92A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E92A9; }

 p { color: rgb(158,146,169); }

 H1.HeaderClassName
 {
   color: #9E92A9;
 }
 .AnyTagClassName
 {
   color: #9E92A9;
 }
</style>

background-color css

<style>
 a { background-color: #9E92A9; }

 a { background-color: rgb(158,146,169); }

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

border-color css

<style>
 span { border-color: #9E92A9; }

 span { border-color: rgb(158,146,169); }

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