Html Css Color HEX #9E8CAA Amethyst Smoke

📋 copy color: '#9E8CAA'

red 158 ◦ green 140 ◦ blue 170

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

Shades of Amethyst Smoke #9E8CAA

Tints of Amethyst Smoke #9E8CAA

RGB

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

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

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

R = 33.76%
G = 29.91%
B = 36.32%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E8CAA (or 0x9E8CAA) is known color: Amethyst Smoke. HEX triplet: 9E, 8C and AA. RGB value is (158,140,170). Sum of RGB (Red+Green+Blue) = 158+140+170=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8CAA is #617355. Grayscale: #949494. Windows color (decimal): -6386518 or 11177118. OLE color: 11177118.

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

Color convert

RGB 158 140 170 -
CMYK 0.07 0.18 0 0.33
HSL 276º 0.15% 0.61% -
HSV(B) 276º 0.18% 0.67% -
XYZ 30.73 28.93 41.99 -
YUV 148.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 158 140 170 0.07 0.18 0 0.33 276 0.15 0.61
Hex 9E 8C AA 7 12 0 21 114 F 3D
Octal 236 214 252 7 22 0 41 424 17 75
Binary 10011110 10001100 10101010 111 10010 0 100001 100010100 1111 111101

Color Harmonies of #9E8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CAA

Black with #9E8CAA

Text Example


Text Example

White with #9E8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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