Html Css Color HEX #99939B Amethyst Smoke

📋 copy color: '#99939B'

red 153 ◦ green 147 ◦ blue 155

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

Shades of Amethyst Smoke #99939B

Tints of Amethyst Smoke #99939B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 33.63%
G = 32.31%
B = 34.07%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99939B (or 0x99939B) is known color: Amethyst Smoke. HEX triplet: 99, 93 and 9B. RGB value is (153,147,155). Sum of RGB (Red+Green+Blue) = 153+147+155=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 155 - color contains mainly: blue. Hex color #99939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939B is #666C64. Grayscale: #959595. Windows color (decimal): -6712421 or 10195865. OLE color: 10195865.

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

Color convert

RGB 153 147 155 -
CMYK 0.01 0.05 0 0.39
HSL 285º 0.04% 0.59% -
HSV(B) 285º 0.05% 0.61% -
XYZ 29.49 30.01 35.25 -
YUV 149.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 153 147 155 0.01 0.05 0 0.39 285 0.04 0.59
Hex 99 93 9B 1 5 0 27 11D 4 3B
Octal 231 223 233 1 5 0 47 435 4 73
Binary 10011001 10010011 10011011 1 101 0 100111 100011101 100 111011

Color Harmonies of #99939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99939B

Black with #99939B

Text Example


Text Example

White with #99939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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