Html Css Color HEX #9D849F Amethyst Smoke

📋 copy color: '#9D849F'

red 157 ◦ green 132 ◦ blue 159

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

Shades of Amethyst Smoke #9D849F

Tints of Amethyst Smoke #9D849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 35.04%
G = 29.46%
B = 35.49%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D849F (or 0x9D849F) is known color: Amethyst Smoke. HEX triplet: 9D, 84 and 9F. RGB value is (157,132,159). Sum of RGB (Red+Green+Blue) = 157+132+159=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D849F is #627B60. Grayscale: #8E8E8E. Windows color (decimal): -6454113 or 10454173. OLE color: 10454173.

HSL color Cylindrical-coordinate representation of color #9D849F: hue angle of 295.56º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D849F is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 132 159 -
CMYK 0.01 0.17 0 0.38
HSL 295.56º 0.12% 0.57% -
HSV(B) 295.56º 0.17% 0.62% -
XYZ 28.41 26.17 36.36 -
YUV 142.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 157 132 159 0.01 0.17 0 0.38 295.56 0.12 0.57
Hex 9D 84 9F 1 11 0 26 128 C 39
Octal 235 204 237 1 21 0 46 450 14 71
Binary 10011101 10000100 10011111 1 10001 0 100110 100101000 1100 111001

Color Harmonies of #9D849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D849F

Black with #9D849F

Text Example


Text Example

White with #9D849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,132,159); }

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

background-color css

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

 a { background-color: rgb(157,132,159); }

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

border-color css

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

 span { border-color: rgb(157,132,159); }

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