#998299

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

Shades of Amethyst Smoke #998299

Tints of Amethyst Smoke #998299

Color information

#998299 (or 0x998299) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 82 and 99. RGB value is (153,130,153). Sum of RGB (Red+Green+Blue) = 153+130+153=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998299 is #667D66. Grayscale: #8B8B8B. Windows color (decimal): -6716775 or 10060441. OLE color: 10060441.

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

Color convert

RGB153130153-
CMYK00.1500.4
HSL300º10.13%55.49%-
HSV(B)300º15.03%60%-
XYZ26.8725.0433.55-
YUV139.5135.62137.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313015300.1500.430010.1355.49
Hex9982990F02812ca37
Octal2312022310170504541267
Binary1001100110000010100110010111101010001001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998299; }

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

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

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

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

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

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

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

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