Html Css Color HEX #9A799D Amethyst Smoke

📋 copy color: '#9A799D'

red 154 ◦ green 121 ◦ blue 157

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

Shades of Amethyst Smoke #9A799D

Tints of Amethyst Smoke #9A799D

RGB

 RED value IS 154 (60.55% from 255) = 35.65%

 GREEN value IS 121 (47.66% from 255) = 28.01%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 35.65%
G = 28.01%
B = 36.34%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A799D (or 0x9A799D) is known color: Amethyst Smoke. HEX triplet: 9A, 79 and 9D. RGB value is (154,121,157). Sum of RGB (Red+Green+Blue) = 154+121+157=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A799D is #658662. Grayscale: #868686. Windows color (decimal): -6653539 or 10320282. OLE color: 10320282.

HSL color Cylindrical-coordinate representation of color #9A799D: hue angle of 295º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A799D is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 121 157 -
CMYK 0.02 0.23 0 0.38
HSL 295º 0.16% 0.55% -
HSV(B) 295º 0.23% 0.62% -
XYZ 26.25 22.98 34.95 -
YUV 134.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 154 121 157 0.02 0.23 0 0.38 295 0.16 0.55
Hex 9A 79 9D 2 17 0 26 127 10 37
Octal 232 171 235 2 27 0 46 447 20 67
Binary 10011010 1111001 10011101 10 10111 0 100110 100100111 10000 110111

Color Harmonies of #9A799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A799D

Black with #9A799D

Text Example


Text Example

White with #9A799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,157); }

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

background-color css

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

 a { background-color: rgb(154,121,157); }

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

border-color css

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

 span { border-color: rgb(154,121,157); }

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