Html Css Color HEX #9E8FAA Amethyst Smoke

📋 copy color: '#9E8FAA'

red 158 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #9E8FAA

Tints of Amethyst Smoke #9E8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

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

R = 33.55%
G = 30.36%
B = 36.09%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E8FAA (or 0x9E8FAA) is known color: Amethyst Smoke. HEX triplet: 9E, 8F and AA. RGB value is (158,143,170). Sum of RGB (Red+Green+Blue) = 158+143+170=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAA is #617055. Grayscale: #969696. Windows color (decimal): -6385750 or 11177886. OLE color: 11177886.

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

Color convert

RGB 158 143 170 -
CMYK 0.07 0.16 0 0.33
HSL 273.33º 0.14% 0.61% -
HSV(B) 273.33º 0.16% 0.67% -
XYZ 31.18 29.82 42.14 -
YUV 150.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 158 143 170 0.07 0.16 0 0.33 273.33 0.14 0.61
Hex 9E 8F AA 7 10 0 21 111 E 3D
Octal 236 217 252 7 20 0 41 421 16 75
Binary 10011110 10001111 10101010 111 10000 0 100001 100010001 1110 111101

Color Harmonies of #9E8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FAA

Black with #9E8FAA

Text Example


Text Example

White with #9E8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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