Html Css Color HEX #99829C Amethyst Smoke

📋 copy color: '#99829C'

red 153 ◦ green 130 ◦ blue 156

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

Shades of Amethyst Smoke #99829C

Tints of Amethyst Smoke #99829C

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 34.85%
G = 29.61%
B = 35.54%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99829C (or 0x99829C) is known color: Amethyst Smoke. HEX triplet: 99, 82 and 9C. RGB value is (153,130,156). Sum of RGB (Red+Green+Blue) = 153+130+156=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #99829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99829C is #667D63. Grayscale: #8B8B8B. Windows color (decimal): -6716772 or 10257049. OLE color: 10257049.

HSL color Cylindrical-coordinate representation of color #99829C: hue angle of 293.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99829C is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 130 156 -
CMYK 0.02 0.17 0 0.39
HSL 293.08º 0.12% 0.56% -
HSV(B) 293.08º 0.17% 0.61% -
XYZ 27.12 25.14 34.88 -
YUV 139.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 153 130 156 0.02 0.17 0 0.39 293.08 0.12 0.56
Hex 99 82 9C 2 11 0 27 125 C 38
Octal 231 202 234 2 21 0 47 445 14 70
Binary 10011001 10000010 10011100 10 10001 0 100111 100100101 1100 111000

Color Harmonies of #99829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99829C

Black with #99829C

Text Example


Text Example

White with #99829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99829C; }

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

 H1.HeaderClassName
 {
   color: #99829C;
 }
 .AnyTagClassName
 {
   color: #99829C;
 }
</style>

background-color css

<style>
 a { background-color: #99829C; }

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

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

border-color css

<style>
 span { border-color: #99829C; }

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

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