Html Css Color HEX #9E90A0 Amethyst Smoke

📋 copy color: '#9E90A0'

red 158 ◦ green 144 ◦ blue 160

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

Shades of Amethyst Smoke #9E90A0

Tints of Amethyst Smoke #9E90A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.63%

R = 34.2%
G = 31.17%
B = 34.63%

CMYK

 C value IS 0.01

 M value IS 0.1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9E90A0 (or 0x9E90A0) is known color: Amethyst Smoke. HEX triplet: 9E, 90 and A0. RGB value is (158,144,160). Sum of RGB (Red+Green+Blue) = 158+144+160=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E90A0 is #616F5F. Grayscale: #959595. Windows color (decimal): -6385504 or 10522782. OLE color: 10522782.

HSL color Cylindrical-coordinate representation of color #9E90A0: hue angle of 292.5º 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 #9E90A0 is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 144 160 -
CMYK 0.01 0.1 0 0.37
HSL 292.5º 0.08% 0.6% -
HSV(B) 292.5º 0.1% 0.63% -
XYZ 30.42 29.75 37.4 -
YUV 150.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 158 144 160 0.01 0.1 0 0.37 292.5 0.08 0.6
Hex 9E 90 A0 1 A 0 25 124 8 3C
Octal 236 220 240 1 12 0 45 444 10 74
Binary 10011110 10010000 10100000 1 1010 0 100101 100100100 1000 111100

Color Harmonies of #9E90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E90A0

Black with #9E90A0

Text Example


Text Example

White with #9E90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,160); }

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

background-color css

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

 a { background-color: rgb(158,144,160); }

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

border-color css

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

 span { border-color: rgb(158,144,160); }

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