#98889B

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

Shades of Amethyst Smoke #98889B

Tints of Amethyst Smoke #98889B

Color information

#98889B (or 0x98889B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 88 and 9B. RGB value is (152,136,155). Sum of RGB (Red+Green+Blue) = 152+136+155=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #98889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98889B is #677764. Grayscale: #8E8E8E. Windows color (decimal): -6780773 or 10193048. OLE color: 10193048.

HSL color Cylindrical-coordinate representation of color #98889B: hue angle of 290.53º 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 #98889B is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152136155-
CMYK0.020.1200.39
HSL290.53º8.68%57.06%-
HSV(B)290.53º12.26%60.78%-
XYZ27.6726.6534.7-
YUV142.95134.8134.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=34.31%
G=30.70%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521361550.020.1200.39290.538.6857.06
Hex98889B2C027123939
Octal2302102332140474431171
Binary10011000100010001001101110110001001111001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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