#998199

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

Shades of Amethyst Smoke #998199

Tints of Amethyst Smoke #998199

Color information

#998199 (or 0x998199) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 81 and 99. RGB value is (153,129,153). Sum of RGB (Red+Green+Blue) = 153+129+153=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998199 is #667E66. Grayscale: #8A8A8A. Windows color (decimal): -6717031 or 10060185. OLE color: 10060185.

HSL color Cylindrical-coordinate representation of color #998199: hue angle of 300º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998199 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB153129153-
CMYK00.1600.4
HSL300º10.53%55.29%-
HSV(B)300º15.69%60%-
XYZ26.7424.7733.51-
YUV138.91135.95138.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=35.17%
G=29.66%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312915300.1600.430010.5355.29
Hex99819901002812cb37
Octal2312012310200504541367
Binary10011001100000011001100101000001010001001011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998199; }

 p { color: rgb(153,129,153); }

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

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

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

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

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

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

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