Html Css Color HEX #9C8BAC Amethyst Smoke

📋 copy color: '#9C8BAC'

red 156 ◦ green 139 ◦ blue 172

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

Shades of Amethyst Smoke #9C8BAC

Tints of Amethyst Smoke #9C8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 33.4%
G = 29.76%
B = 36.83%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C8BAC (or 0x9C8BAC) is known color: Amethyst Smoke. HEX triplet: 9C, 8B and AC. RGB value is (156,139,172). Sum of RGB (Red+Green+Blue) = 156+139+172=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8BAC is #637453. Grayscale: #939393. Windows color (decimal): -6517844 or 11307932. OLE color: 11307932.

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

Color convert

RGB 156 139 172 -
CMYK 0.09 0.19 0 0.33
HSL 270.91º 0.17% 0.61% -
HSV(B) 270.91º 0.19% 0.67% -
XYZ 30.39 28.51 42.93 -
YUV 147.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 156 139 172 0.09 0.19 0 0.33 270.91 0.17 0.61
Hex 9C 8B AC 9 13 0 21 10F 11 3D
Octal 234 213 254 11 23 0 41 417 21 75
Binary 10011100 10001011 10101100 1001 10011 0 100001 100001111 10001 111101

Color Harmonies of #9C8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8BAC

Black with #9C8BAC

Text Example


Text Example

White with #9C8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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