Html Css Color HEX #9E8FAB Amethyst Smoke

📋 copy color: '#9E8FAB'

red 158 ◦ green 143 ◦ blue 171

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

Shades of Amethyst Smoke #9E8FAB

Tints of Amethyst Smoke #9E8FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 33.47%
G = 30.3%
B = 36.23%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E8FAB (or 0x9E8FAB) is known color: Amethyst Smoke. HEX triplet: 9E, 8F and AB. RGB value is (158,143,171). Sum of RGB (Red+Green+Blue) = 158+143+171=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAB is #617054. Grayscale: #969696. Windows color (decimal): -6385749 or 11243422. OLE color: 11243422.

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

Color convert

RGB 158 143 171 -
CMYK 0.08 0.16 0 0.33
HSL 272.14º 0.14% 0.62% -
HSV(B) 272.14º 0.16% 0.67% -
XYZ 31.27 29.85 42.64 -
YUV 150.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 158 143 171 0.08 0.16 0 0.33 272.14 0.14 0.62
Hex 9E 8F AB 8 10 0 21 110 E 3E
Octal 236 217 253 10 20 0 41 420 16 76
Binary 10011110 10001111 10101011 1000 10000 0 100001 100010000 1110 111110

Color Harmonies of #9E8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FAB

Black with #9E8FAB

Text Example


Text Example

White with #9E8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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