Html Css Color HEX #99849E Amethyst Smoke

📋 copy color: '#99849E'

red 153 ◦ green 132 ◦ blue 158

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

Shades of Amethyst Smoke #99849E

Tints of Amethyst Smoke #99849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 34.54%
G = 29.8%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99849E (or 0x99849E) is known color: Amethyst Smoke. HEX triplet: 99, 84 and 9E. RGB value is (153,132,158). Sum of RGB (Red+Green+Blue) = 153+132+158=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #99849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99849E is #667B61. Grayscale: #8D8D8D. Windows color (decimal): -6716258 or 10388633. OLE color: 10388633.

HSL color Cylindrical-coordinate representation of color #99849E: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99849E is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 132 158 -
CMYK 0.03 0.16 0 0.38
HSL 288.46º 0.12% 0.57% -
HSV(B) 288.46º 0.16% 0.62% -
XYZ 27.56 25.74 35.86 -
YUV 141.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 153 132 158 0.03 0.16 0 0.38 288.46 0.12 0.57
Hex 99 84 9E 3 10 0 26 120 C 39
Octal 231 204 236 3 20 0 46 440 14 71
Binary 10011001 10000100 10011110 11 10000 0 100110 100100000 1100 111001

Color Harmonies of #99849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99849E

Black with #99849E

Text Example


Text Example

White with #99849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99849E; }

 p { color: rgb(153,132,158); }

 H1.HeaderClassName
 {
   color: #99849E;
 }
 .AnyTagClassName
 {
   color: #99849E;
 }
</style>

background-color css

<style>
 a { background-color: #99849E; }

 a { background-color: rgb(153,132,158); }

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

border-color css

<style>
 span { border-color: #99849E; }

 span { border-color: rgb(153,132,158); }

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