#99889D

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

Shades of Amethyst Smoke #99889D

Tints of Amethyst Smoke #99889D

Color information

#99889D (or 0x99889D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 88 and 9D. RGB value is (153,136,157). Sum of RGB (Red+Green+Blue) = 153+136+157=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #99889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99889D is #667762. Grayscale: #8F8F8F. Windows color (decimal): -6715235 or 10324121. OLE color: 10324121.

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

Color convert

RGB153136157-
CMYK0.030.1300.38
HSL288.57º9.68%57.45%-
HSV(B)288.57º13.38%61.57%-
XYZ28.0326.8135.6-
YUV143.48135.63134.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=34.30%
G=30.49%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531361570.030.1300.38288.579.6857.45
Hex99889D3D026121a39
Octal2312102353150464411271
Binary10011001100010001001110111110101001101001000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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