Html Css Color HEX #9C8AAC Amethyst Smoke

📋 copy color: '#9C8AAC'

red 156 ◦ green 138 ◦ blue 172

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

Shades of Amethyst Smoke #9C8AAC

Tints of Amethyst Smoke #9C8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 33.48%
G = 29.61%
B = 36.91%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C8AAC (or 0x9C8AAC) is known color: Amethyst Smoke. HEX triplet: 9C, 8A and AC. RGB value is (156,138,172). Sum of RGB (Red+Green+Blue) = 156+138+172=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8AAC is #637553. Grayscale: #939393. Windows color (decimal): -6518100 or 11307676. OLE color: 11307676.

HSL color Cylindrical-coordinate representation of color #9C8AAC: hue angle of 271.76º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C8AAC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 138 172 -
CMYK 0.09 0.20 0 0.33
HSL 271.76º 0.17% 0.61% -
HSV(B) 271.76º 0.2% 0.67% -
XYZ 30.25 28.22 42.88 -
YUV 147.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 156 138 172 0.09 0.20 0 0.33 271.76 0.17 0.61
Hex 9C 8A AC 9 14 0 21 110 11 3D
Octal 234 212 254 11 24 0 41 420 21 75
Binary 10011100 10001010 10101100 1001 10100 0 100001 100010000 10001 111101

Color Harmonies of #9C8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8AAC

Black with #9C8AAC

Text Example


Text Example

White with #9C8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,172); }

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

background-color css

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

 a { background-color: rgb(156,138,172); }

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

border-color css

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

 span { border-color: rgb(156,138,172); }

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