Html Css Color HEX #9C959D Amethyst Smoke

📋 copy color: '#9C959D'

red 156 ◦ green 149 ◦ blue 157

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

Shades of Amethyst Smoke #9C959D

Tints of Amethyst Smoke #9C959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 33.77%
G = 32.25%
B = 33.98%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C959D (or 0x9C959D) is known color: Amethyst Smoke. HEX triplet: 9C, 95 and 9D. RGB value is (156,149,157). Sum of RGB (Red+Green+Blue) = 156+149+157=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C959D is #636A62. Grayscale: #979797. Windows color (decimal): -6515299 or 10327452. OLE color: 10327452.

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

Color convert

RGB 156 149 157 -
CMYK 0.01 0.05 0 0.38
HSL 292.5º 0.04% 0.6% -
HSV(B) 292.5º 0.05% 0.62% -
XYZ 30.54 31 36.27 -
YUV 152.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 156 149 157 0.01 0.05 0 0.38 292.5 0.04 0.6
Hex 9C 95 9D 1 5 0 26 124 4 3C
Octal 234 225 235 1 5 0 46 444 4 74
Binary 10011100 10010101 10011101 1 101 0 100110 100100100 100 111100

Color Harmonies of #9C959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C959D

Black with #9C959D

Text Example


Text Example

White with #9C959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,149,157); }

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

background-color css

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

 a { background-color: rgb(156,149,157); }

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

border-color css

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

 span { border-color: rgb(156,149,157); }

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