Html Css Color HEX #99879E Amethyst Smoke

📋 copy color: '#99879E'

red 153 ◦ green 135 ◦ blue 158

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

Shades of Amethyst Smoke #99879E

Tints of Amethyst Smoke #99879E

RGB

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

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

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

R = 34.3%
G = 30.27%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99879E (or 0x99879E) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9E. RGB value is (153,135,158). Sum of RGB (Red+Green+Blue) = 153+135+158=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 158 - color contains mainly: blue. Hex color #99879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879E is #667861. Grayscale: #8E8E8E. Windows color (decimal): -6715490 or 10389401. OLE color: 10389401.

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

Color convert

RGB 153 135 158 -
CMYK 0.03 0.15 0 0.38
HSL 286.96º 0.11% 0.57% -
HSV(B) 286.96º 0.15% 0.62% -
XYZ 27.97 26.57 36 -
YUV 143 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 153 135 158 0.03 0.15 0 0.38 286.96 0.11 0.57
Hex 99 87 9E 3 F 0 26 11F B 39
Octal 231 207 236 3 17 0 46 437 13 71
Binary 10011001 10000111 10011110 11 1111 0 100110 100011111 1011 111001

Color Harmonies of #99879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99879E

Black with #99879E

Text Example


Text Example

White with #99879E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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