#998099

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

Shades of Amethyst Smoke #998099

Tints of Amethyst Smoke #998099

Color information

#998099 (or 0x998099) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 80 and 99. RGB value is (153,128,153). Sum of RGB (Red+Green+Blue) = 153+128+153=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998099 is #667F66. Grayscale: #8A8A8A. Windows color (decimal): -6717287 or 10059929. OLE color: 10059929.

HSL color Cylindrical-coordinate representation of color #998099: 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 #998099 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB153128153-
CMYK00.1600.4
HSL300º10.92%55.1%-
HSV(B)300º16.34%60%-
XYZ26.6124.5133.47-
YUV138.32136.28138.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=35.25%
G=29.49%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312815300.1600.430010.9255.1
Hex99809901002812cb37
Octal2312002310200504541367
Binary10011001100000001001100101000001010001001011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998099; }

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

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

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

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

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

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

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

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