Html Css Color HEX #99879A Amethyst Smoke

📋 copy color: '#99879A'

red 153 ◦ green 135 ◦ blue 154

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

Shades of Amethyst Smoke #99879A

Tints of Amethyst Smoke #99879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

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

R = 34.62%
G = 30.54%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99879A (or 0x99879A) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9A. RGB value is (153,135,154). Sum of RGB (Red+Green+Blue) = 153+135+154=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #99879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879A is #667865. Grayscale: #8E8E8E. Windows color (decimal): -6715494 or 10127257. OLE color: 10127257.

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

Color convert

RGB 153 135 154 -
CMYK 0.01 0.12 0 0.40
HSL 296.84º 0.09% 0.57% -
HSV(B) 296.84º 0.12% 0.6% -
XYZ 27.63 26.43 34.22 -
YUV 142.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 153 135 154 0.01 0.12 0 0.40 296.84 0.09 0.57
Hex 99 87 9A 1 C 0 28 129 9 39
Octal 231 207 232 1 14 0 50 451 11 71
Binary 10011001 10000111 10011010 1 1100 0 101000 100101001 1001 111001

Color Harmonies of #99879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99879A

Black with #99879A

Text Example


Text Example

White with #99879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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