Html Css Color HEX #9C859D Amethyst Smoke

📋 copy color: '#9C859D'

red 156 ◦ green 133 ◦ blue 157

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

Shades of Amethyst Smoke #9C859D

Tints of Amethyst Smoke #9C859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

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

R = 34.98%
G = 29.82%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C859D (or 0x9C859D) is known color: Amethyst Smoke. HEX triplet: 9C, 85 and 9D. RGB value is (156,133,157). Sum of RGB (Red+Green+Blue) = 156+133+157=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 133 (52.34% from 255 or 29.82% 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 #9C859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C859D is #637A62. Grayscale: #8E8E8E. Windows color (decimal): -6519395 or 10323356. OLE color: 10323356.

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

Color convert

RGB 156 133 157 -
CMYK 0.01 0.15 0 0.38
HSL 297.5º 0.11% 0.57% -
HSV(B) 297.5º 0.15% 0.62% -
XYZ 28.18 26.28 35.48 -
YUV 142.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 156 133 157 0.01 0.15 0 0.38 297.5 0.11 0.57
Hex 9C 85 9D 1 F 0 26 12A B 39
Octal 234 205 235 1 17 0 46 452 13 71
Binary 10011100 10000101 10011101 1 1111 0 100110 100101010 1011 111001

Color Harmonies of #9C859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C859D

Black with #9C859D

Text Example


Text Example

White with #9C859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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