Html Css Color HEX #99939D Amethyst Smoke

📋 copy color: '#99939D'

red 153 ◦ green 147 ◦ blue 157

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

Shades of Amethyst Smoke #99939D

Tints of Amethyst Smoke #99939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 33.48%
G = 32.17%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99939D (or 0x99939D) is known color: Amethyst Smoke. HEX triplet: 99, 93 and 9D. RGB value is (153,147,157). Sum of RGB (Red+Green+Blue) = 153+147+157=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 157 - color contains mainly: blue. Hex color #99939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939D is #666C62. Grayscale: #959595. Windows color (decimal): -6712419 or 10326937. OLE color: 10326937.

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

Color convert

RGB 153 147 157 -
CMYK 0.03 0.06 0 0.38
HSL 276º 0.05% 0.6% -
HSV(B) 276º 0.06% 0.62% -
XYZ 29.66 30.07 36.14 -
YUV 149.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 153 147 157 0.03 0.06 0 0.38 276 0.05 0.6
Hex 99 93 9D 3 6 0 26 114 5 3C
Octal 231 223 235 3 6 0 46 424 5 74
Binary 10011001 10010011 10011101 11 110 0 100110 100010100 101 111100

Color Harmonies of #99939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99939D

Black with #99939D

Text Example


Text Example

White with #99939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99939D; }

 p { color: rgb(153,147,157); }

 H1.HeaderClassName
 {
   color: #99939D;
 }
 .AnyTagClassName
 {
   color: #99939D;
 }
</style>

background-color css

<style>
 a { background-color: #99939D; }

 a { background-color: rgb(153,147,157); }

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

border-color css

<style>
 span { border-color: #99939D; }

 span { border-color: rgb(153,147,157); }

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