Html Css Color HEX #9C829F Amethyst Smoke

📋 copy color: '#9C829F'

red 156 ◦ green 130 ◦ blue 159

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

Shades of Amethyst Smoke #9C829F

Tints of Amethyst Smoke #9C829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 35.06%
G = 29.21%
B = 35.73%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C829F (or 0x9C829F) is known color: Amethyst Smoke. HEX triplet: 9C, 82 and 9F. RGB value is (156,130,159). Sum of RGB (Red+Green+Blue) = 156+130+159=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C829F is #637D60. Grayscale: #8C8C8C. Windows color (decimal): -6520161 or 10453660. OLE color: 10453660.

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

Color convert

RGB 156 130 159 -
CMYK 0.02 0.18 0 0.38
HSL 293.79º 0.13% 0.57% -
HSV(B) 293.79º 0.18% 0.62% -
XYZ 27.95 25.54 36.26 -
YUV 141.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 156 130 159 0.02 0.18 0 0.38 293.79 0.13 0.57
Hex 9C 82 9F 2 12 0 26 126 D 39
Octal 234 202 237 2 22 0 46 446 15 71
Binary 10011100 10000010 10011111 10 10010 0 100110 100100110 1101 111001

Color Harmonies of #9C829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C829F

Black with #9C829F

Text Example


Text Example

White with #9C829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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