Html Css Color HEX #9C989E Amethyst Smoke

📋 copy color: '#9C989E'

red 156 ◦ green 152 ◦ blue 158

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

Shades of Amethyst Smoke #9C989E

Tints of Amethyst Smoke #9C989E

RGB

 RED value IS 156 (61.33% from 255) = 33.48%

 GREEN value IS 152 (59.77% from 255) = 32.62%

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 33.48%
G = 32.62%
B = 33.91%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C989E (or 0x9C989E) is known color: Amethyst Smoke. HEX triplet: 9C, 98 and 9E. RGB value is (156,152,158). Sum of RGB (Red+Green+Blue) = 156+152+158=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C989E is #636761. Grayscale: #999999. Windows color (decimal): -6514530 or 10393756. OLE color: 10393756.

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

Color convert

RGB 156 152 158 -
CMYK 0.01 0.04 0 0.38
HSL 280º 0.03% 0.61% -
HSV(B) 280º 0.04% 0.62% -
XYZ 31.11 31.99 36.88 -
YUV 153.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 156 152 158 0.01 0.04 0 0.38 280 0.03 0.61
Hex 9C 98 9E 1 4 0 26 118 3 3D
Octal 234 230 236 1 4 0 46 430 3 75
Binary 10011100 10011000 10011110 1 100 0 100110 100011000 11 111101

Color Harmonies of #9C989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C989E

Black with #9C989E

Text Example


Text Example

White with #9C989E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,152,158); }

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

background-color css

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

 a { background-color: rgb(156,152,158); }

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

border-color css

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

 span { border-color: rgb(156,152,158); }

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