#98849A

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

Shades of Amethyst Smoke #98849A

Tints of Amethyst Smoke #98849A

Color information

#98849A (or 0x98849A) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 84 and 9A. RGB value is (152,132,154). Sum of RGB (Red+Green+Blue) = 152+132+154=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #98849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98849A is #677B65. Grayscale: #8C8C8C. Windows color (decimal): -6781798 or 10126488. OLE color: 10126488.

HSL color Cylindrical-coordinate representation of color #98849A: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98849A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152132154-
CMYK0.010.1400.40
HSL294.55º9.82%56.08%-
HSV(B)294.55º14.29%60.39%-
XYZ27.0325.5134.07-
YUV140.49135.63136.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=34.70%
G=30.14%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521321540.010.1400.40294.559.8256.08
Hex98849A1E028127a38
Octal2302042321160504471270
Binary1001100010000100100110101111001010001001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98849A; }

 p { color: rgb(152,132,154); }

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

<style>
 a { background-color: #98849A; }

 a { background-color: rgb(152,132,154); }

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

<style>
 span { border-color: #98849A; }

 span { border-color: rgb(152,132,154); }

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