#9E98A4

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

Shades of Amethyst Smoke #9E98A4

Tints of Amethyst Smoke #9E98A4

Color information

#9E98A4 (or 0x9E98A4) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 98 and A4. RGB value is (158,152,164). Sum of RGB (Red+Green+Blue) = 158+152+164=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E98A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E98A4 is #61675B. Grayscale: #9B9B9B. Windows color (decimal): -6383452 or 10786974. OLE color: 10786974.

HSL color Cylindrical-coordinate representation of color #9E98A4: hue angle of 270º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E98A4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB158152164-
CMYK0.040.0700.36
HSL270º6.19%61.96%-
HSV(B)270º7.32%64.31%-
XYZ32.0332.4139.69-
YUV155.16132.99130.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=33.33%
G=32.07%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581521640.040.0700.362706.1961.96
Hex9E98A44702410e63e
Octal23623024447044416676
Binary1001111010011000101001001001110100100100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E98A4; }

 p { color: rgb(158,152,164); }

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

<style>
 a { background-color: #9E98A4; }

 a { background-color: rgb(158,152,164); }

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

<style>
 span { border-color: #9E98A4; }

 span { border-color: rgb(158,152,164); }

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