Html Css Color HEX #9E8CA3 Amethyst Smoke

📋 copy color: '#9E8CA3'

red 158 ◦ green 140 ◦ blue 163

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

Shades of Amethyst Smoke #9E8CA3

Tints of Amethyst Smoke #9E8CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 34.27%
G = 30.37%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9E8CA3 (or 0x9E8CA3) is known color: Amethyst Smoke. HEX triplet: 9E, 8C and A3. RGB value is (158,140,163). Sum of RGB (Red+Green+Blue) = 158+140+163=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 163 - color contains mainly: blue. Hex color #9E8CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8CA3 is #61735C. Grayscale: #939393. Windows color (decimal): -6386525 or 10718366. OLE color: 10718366.

HSL color Cylindrical-coordinate representation of color #9E8CA3: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E8CA3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 140 163 -
CMYK 0.03 0.14 0 0.36
HSL 286.96º 0.11% 0.59% -
HSV(B) 286.96º 0.14% 0.64% -
XYZ 30.09 28.67 38.6 -
YUV 148 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 158 140 163 0.03 0.14 0 0.36 286.96 0.11 0.59
Hex 9E 8C A3 3 E 0 24 11F B 3B
Octal 236 214 243 3 16 0 44 437 13 73
Binary 10011110 10001100 10100011 11 1110 0 100100 100011111 1011 111011

Color Harmonies of #9E8CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CA3

Black with #9E8CA3

Text Example


Text Example

White with #9E8CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,140,163); }

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

background-color css

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

 a { background-color: rgb(158,140,163); }

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

border-color css

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

 span { border-color: rgb(158,140,163); }

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