#99889B

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

Shades of Amethyst Smoke #99889B

Tints of Amethyst Smoke #99889B

Color information

#99889B (or 0x99889B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 88 and 9B. RGB value is (153,136,155). Sum of RGB (Red+Green+Blue) = 153+136+155=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #99889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99889B is #667764. Grayscale: #8F8F8F. Windows color (decimal): -6715237 or 10193049. OLE color: 10193049.

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

Color convert

RGB153136155-
CMYK0.010.1200.39
HSL293.68º8.68%57.06%-
HSV(B)293.68º12.26%60.78%-
XYZ27.8626.7534.7-
YUV143.25134.63134.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=34.46%
G=30.63%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531361550.010.1200.39293.688.6857.06
Hex99889B1C027126939
Octal2312102331140474461171
Binary1001100110001000100110111110001001111001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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