#99869B

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

Shades of Amethyst Smoke #99869B

Tints of Amethyst Smoke #99869B

Color information

#99869B (or 0x99869B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 86 and 9B. RGB value is (153,134,155). Sum of RGB (Red+Green+Blue) = 153+134+155=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #99869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99869B is #667964. Grayscale: #8E8E8E. Windows color (decimal): -6715749 or 10192537. OLE color: 10192537.

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

Color convert

RGB153134155-
CMYK0.010.1400.39
HSL294.29º9.5%56.67%-
HSV(B)294.29º13.55%60.78%-
XYZ27.5826.1934.61-
YUV142.07135.29135.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=34.62%
G=30.32%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531341550.010.1400.39294.299.556.67
Hex99869B1E027126a39
Octal2312062331160474461271
Binary1001100110000110100110111111001001111001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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