Html Css Color HEX #99939C Amethyst Smoke

📋 copy color: '#99939C'

red 153 ◦ green 147 ◦ blue 156

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

Shades of Amethyst Smoke #99939C

Tints of Amethyst Smoke #99939C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 33.55%
G = 32.24%
B = 34.21%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99939C (or 0x99939C) is known color: Amethyst Smoke. HEX triplet: 99, 93 and 9C. RGB value is (153,147,156). Sum of RGB (Red+Green+Blue) = 153+147+156=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 156 - color contains mainly: blue. Hex color #99939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939C is #666C63. Grayscale: #959595. Windows color (decimal): -6712420 or 10261401. OLE color: 10261401.

HSL color Cylindrical-coordinate representation of color #99939C: hue angle of 280º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99939C is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 147 156 -
CMYK 0.02 0.06 0 0.39
HSL 280º 0.04% 0.59% -
HSV(B) 280º 0.06% 0.61% -
XYZ 29.57 30.04 35.69 -
YUV 149.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 153 147 156 0.02 0.06 0 0.39 280 0.04 0.59
Hex 99 93 9C 2 6 0 27 118 4 3B
Octal 231 223 234 2 6 0 47 430 4 73
Binary 10011001 10010011 10011100 10 110 0 100111 100011000 100 111011

Color Harmonies of #99939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99939C

Black with #99939C

Text Example


Text Example

White with #99939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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