Html Css Color HEX #99849A Amethyst Smoke

📋 copy color: '#99849A'

red 153 ◦ green 132 ◦ blue 154

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

Shades of Amethyst Smoke #99849A

Tints of Amethyst Smoke #99849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 34.85%
G = 30.07%
B = 35.08%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99849A (or 0x99849A) is known color: Amethyst Smoke. HEX triplet: 99, 84 and 9A. RGB value is (153,132,154). Sum of RGB (Red+Green+Blue) = 153+132+154=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 154 - color contains mainly: blue. Hex color #99849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99849A is #667B65. Grayscale: #8C8C8C. Windows color (decimal): -6716262 or 10126489. OLE color: 10126489.

HSL color Cylindrical-coordinate representation of color #99849A: hue angle of 297.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99849A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 132 154 -
CMYK 0.01 0.14 0 0.40
HSL 297.27º 0.1% 0.56% -
HSV(B) 297.27º 0.14% 0.6% -
XYZ 27.22 25.61 34.08 -
YUV 140.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 153 132 154 0.01 0.14 0 0.40 297.27 0.1 0.56
Hex 99 84 9A 1 E 0 28 129 A 38
Octal 231 204 232 1 16 0 50 451 12 70
Binary 10011001 10000100 10011010 1 1110 0 101000 100101001 1010 111000

Color Harmonies of #99849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99849A

Black with #99849A

Text Example


Text Example

White with #99849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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