#98869F

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

Shades of Amethyst Smoke #98869F

Tints of Amethyst Smoke #98869F

Color information

#98869F (or 0x98869F) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 86 and 9F. RGB value is (152,134,159). Sum of RGB (Red+Green+Blue) = 152+134+159=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #98869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98869F is #677960. Grayscale: #8E8E8E. Windows color (decimal): -6781281 or 10454680. OLE color: 10454680.

HSL color Cylindrical-coordinate representation of color #98869F: hue angle of 283.2º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98869F is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152134159-
CMYK0.040.1600.38
HSL283.2º11.52%57.45%-
HSV(B)283.2º15.72%62.35%-
XYZ27.7326.2336.4-
YUV142.23137.46134.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=34.16%
G=30.11%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521341590.040.1600.38283.211.5257.45
Hex98869F41002611bc39
Octal2302062374200464331471
Binary1001100010000110100111111001000001001101000110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98869F; }

 p { color: rgb(152,134,159); }

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

<style>
 a { background-color: #98869F; }

 a { background-color: rgb(152,134,159); }

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

<style>
 span { border-color: #98869F; }

 span { border-color: rgb(152,134,159); }

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