#99909B

Color #99909B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #99909B

Tints of Amethyst Smoke #99909B

Color information

#99909B (or 0x99909B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 90 and 9B. RGB value is (153,144,155). Sum of RGB (Red+Green+Blue) = 153+144+155=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #99909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99909B is #666F64. Grayscale: #939393. Windows color (decimal): -6713189 or 10195097. OLE color: 10195097.

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

Color convert

RGB153144155-
CMYK0.010.0700.39
HSL289.09º5.21%58.63%-
HSV(B)289.09º7.1%60.78%-
XYZ29.0329.0935.09-
YUV147.94131.98131.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=33.85%
G=31.86%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531441550.010.0700.39289.095.2158.63
Hex99909B1702712153b
Octal23122023317047441573
Binary10011001100100001001101111110100111100100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99909B;
 }
 .AnyTagClassName
 {
   color: #99909B;
 }
</style>
background-color css

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

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

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

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

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

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