Html Css Color HEX #9D8FAA Amethyst Smoke

📋 copy color: '#9D8FAA'

red 157 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #9D8FAA

Tints of Amethyst Smoke #9D8FAA

RGB

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

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

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

R = 33.4%
G = 30.43%
B = 36.17%

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

#9D8FAA (or 0x9D8FAA) is known color: Amethyst Smoke. HEX triplet: 9D, 8F and AA. RGB value is (157,143,170). Sum of RGB (Red+Green+Blue) = 157+143+170=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8FAA is #627055. Grayscale: #969696. Windows color (decimal): -6451286 or 11177885. OLE color: 11177885.

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

Color convert

RGB 157 143 170 -
CMYK 0.08 0.16 0 0.33
HSL 271.11º 0.14% 0.61% -
HSV(B) 271.11º 0.16% 0.67% -
XYZ 30.98 29.72 42.13 -
YUV 150.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 157 143 170 0.08 0.16 0 0.33 271.11 0.14 0.61
Hex 9D 8F AA 8 10 0 21 10F E 3D
Octal 235 217 252 10 20 0 41 417 16 75
Binary 10011101 10001111 10101010 1000 10000 0 100001 100001111 1110 111101

Color Harmonies of #9D8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8FAA

Black with #9D8FAA

Text Example


Text Example

White with #9D8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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