Html Css Color HEX #99929F Amethyst Smoke

📋 copy color: '#99929F'

red 153 ◦ green 146 ◦ blue 159

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

Shades of Amethyst Smoke #99929F

Tints of Amethyst Smoke #99929F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 33.41%
G = 31.88%
B = 34.72%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99929F (or 0x99929F) is known color: Amethyst Smoke. HEX triplet: 99, 92 and 9F. RGB value is (153,146,159). Sum of RGB (Red+Green+Blue) = 153+146+159=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 159 - color contains mainly: blue. Hex color #99929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99929F is #666D60. Grayscale: #959595. Windows color (decimal): -6712673 or 10457753. OLE color: 10457753.

HSL color Cylindrical-coordinate representation of color #99929F: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99929F is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 146 159 -
CMYK 0.04 0.08 0 0.38
HSL 272.31º 0.06% 0.6% -
HSV(B) 272.31º 0.08% 0.62% -
XYZ 29.67 29.83 37 -
YUV 149.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 153 146 159 0.04 0.08 0 0.38 272.31 0.06 0.6
Hex 99 92 9F 4 8 0 26 110 6 3C
Octal 231 222 237 4 10 0 46 420 6 74
Binary 10011001 10010010 10011111 100 1000 0 100110 100010000 110 111100

Color Harmonies of #99929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99929F

Black with #99929F

Text Example


Text Example

White with #99929F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99929F; }

 p { color: rgb(153,146,159); }

 H1.HeaderClassName
 {
   color: #99929F;
 }
 .AnyTagClassName
 {
   color: #99929F;
 }
</style>

background-color css

<style>
 a { background-color: #99929F; }

 a { background-color: rgb(153,146,159); }

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

border-color css

<style>
 span { border-color: #99929F; }

 span { border-color: rgb(153,146,159); }

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