Html Css Color HEX #9C799F Amethyst Smoke

📋 copy color: '#9C799F'

red 156 ◦ green 121 ◦ blue 159

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

Shades of Amethyst Smoke #9C799F

Tints of Amethyst Smoke #9C799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 35.78%
G = 27.75%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C799F (or 0x9C799F) is known color: Amethyst Smoke. HEX triplet: 9C, 79 and 9F. RGB value is (156,121,159). Sum of RGB (Red+Green+Blue) = 156+121+159=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C799F is #638660. Grayscale: #878787. Windows color (decimal): -6522465 or 10451356. OLE color: 10451356.

HSL color Cylindrical-coordinate representation of color #9C799F: hue angle of 295.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C799F is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 121 159 -
CMYK 0.02 0.24 0 0.38
HSL 295.26º 0.17% 0.55% -
HSV(B) 295.26º 0.24% 0.62% -
XYZ 26.81 23.25 35.87 -
YUV 135.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 156 121 159 0.02 0.24 0 0.38 295.26 0.17 0.55
Hex 9C 79 9F 2 18 0 26 127 11 37
Octal 234 171 237 2 30 0 46 447 21 67
Binary 10011100 1111001 10011111 10 11000 0 100110 100100111 10001 110111

Color Harmonies of #9C799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C799F

Black with #9C799F

Text Example


Text Example

White with #9C799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,121,159); }

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

background-color css

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

 a { background-color: rgb(156,121,159); }

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

border-color css

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

 span { border-color: rgb(156,121,159); }

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