Html Css Color HEX #9E91AA Amethyst Smoke

📋 copy color: '#9E91AA'

red 158 ◦ green 145 ◦ blue 170

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

Shades of Amethyst Smoke #9E91AA

Tints of Amethyst Smoke #9E91AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 33.4%
G = 30.66%
B = 35.94%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E91AA (or 0x9E91AA) is known color: Amethyst Smoke. HEX triplet: 9E, 91 and AA. RGB value is (158,145,170). Sum of RGB (Red+Green+Blue) = 158+145+170=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E91AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91AA is #616E55. Grayscale: #979797. Windows color (decimal): -6385238 or 11178398. OLE color: 11178398.

HSL color Cylindrical-coordinate representation of color #9E91AA: hue angle of 271.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E91AA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 145 170 -
CMYK 0.07 0.15 0 0.33
HSL 271.2º 0.13% 0.62% -
HSV(B) 271.2º 0.15% 0.67% -
XYZ 31.48 30.42 42.24 -
YUV 151.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 158 145 170 0.07 0.15 0 0.33 271.2 0.13 0.62
Hex 9E 91 AA 7 F 0 21 10F D 3E
Octal 236 221 252 7 17 0 41 417 15 76
Binary 10011110 10010001 10101010 111 1111 0 100001 100001111 1101 111110

Color Harmonies of #9E91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E91AA

Black with #9E91AA

Text Example


Text Example

White with #9E91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,170); }

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

background-color css

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

 a { background-color: rgb(158,145,170); }

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

border-color css

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

 span { border-color: rgb(158,145,170); }

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