#998F9D

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

Shades of Amethyst Smoke #998F9D

Tints of Amethyst Smoke #998F9D

Color information

#998F9D (or 0x998F9D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 8F and 9D. RGB value is (153,143,157). Sum of RGB (Red+Green+Blue) = 153+143+157=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #998F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F9D is #667062. Grayscale: #939393. Windows color (decimal): -6713443 or 10325913. OLE color: 10325913.

HSL color Cylindrical-coordinate representation of color #998F9D: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998F9D is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153143157-
CMYK0.030.0900.38
HSL282.86º6.67%58.82%-
HSV(B)282.86º8.92%61.57%-
XYZ29.0528.8535.94-
YUV147.59133.31131.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=33.77%
G=31.57%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531431570.030.0900.38282.866.6758.82
Hex998F9D3902611b73b
Octal231217235311046433773
Binary1001100110001111100111011110010100110100011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998F9D; }

 p { color: rgb(153,143,157); }

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

<style>
 a { background-color: #998F9D; }

 a { background-color: rgb(153,143,157); }

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

<style>
 span { border-color: #998F9D; }

 span { border-color: rgb(153,143,157); }

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