Html Css Color HEX #9A879D Amethyst Smoke

📋 copy color: '#9A879D'

red 154 ◦ green 135 ◦ blue 157

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

Shades of Amethyst Smoke #9A879D

Tints of Amethyst Smoke #9A879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 34.53%
G = 30.27%
B = 35.2%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A879D (or 0x9A879D) is known color: Amethyst Smoke. HEX triplet: 9A, 87 and 9D. RGB value is (154,135,157). Sum of RGB (Red+Green+Blue) = 154+135+157=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A879D is #657862. Grayscale: #8F8F8F. Windows color (decimal): -6649955 or 10323866. OLE color: 10323866.

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

Color convert

RGB 154 135 157 -
CMYK 0.02 0.14 0 0.38
HSL 291.82º 0.1% 0.57% -
HSV(B) 291.82º 0.14% 0.62% -
XYZ 28.08 26.63 35.56 -
YUV 143.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 154 135 157 0.02 0.14 0 0.38 291.82 0.1 0.57
Hex 9A 87 9D 2 E 0 26 124 A 39
Octal 232 207 235 2 16 0 46 444 12 71
Binary 10011010 10000111 10011101 10 1110 0 100110 100100100 1010 111001

Color Harmonies of #9A879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A879D

Black with #9A879D

Text Example


Text Example

White with #9A879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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