Html Css Color HEX #9D8EAA Amethyst Smoke

📋 copy color: '#9D8EAA'

red 157 ◦ green 142 ◦ blue 170

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

Shades of Amethyst Smoke #9D8EAA

Tints of Amethyst Smoke #9D8EAA

RGB

 RED value IS 157 (61.72% from 255) = 33.48%

 GREEN value IS 142 (55.86% from 255) = 30.28%

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

R = 33.48%
G = 30.28%
B = 36.25%

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

#9D8EAA (or 0x9D8EAA) is known color: Amethyst Smoke. HEX triplet: 9D, 8E and AA. RGB value is (157,142,170). Sum of RGB (Red+Green+Blue) = 157+142+170=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8EAA is #627155. Grayscale: #959595. Windows color (decimal): -6451542 or 11177629. OLE color: 11177629.

HSL color Cylindrical-coordinate representation of color #9D8EAA: hue angle of 272.14º 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 #9D8EAA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 142 170 -
CMYK 0.08 0.16 0 0.33
HSL 272.14º 0.14% 0.61% -
HSV(B) 272.14º 0.16% 0.67% -
XYZ 30.83 29.42 42.08 -
YUV 149.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 157 142 170 0.08 0.16 0 0.33 272.14 0.14 0.61
Hex 9D 8E AA 8 10 0 21 110 E 3D
Octal 235 216 252 10 20 0 41 420 16 75
Binary 10011101 10001110 10101010 1000 10000 0 100001 100010000 1110 111101

Color Harmonies of #9D8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8EAA

Black with #9D8EAA

Text Example


Text Example

White with #9D8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,142,170); }

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

background-color css

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

 a { background-color: rgb(157,142,170); }

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

border-color css

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

 span { border-color: rgb(157,142,170); }

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