Html Css Color HEX #998099 Amethyst Smoke

📋 copy color: '#998099'

red 153 ◦ green 128 ◦ blue 153

#998099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #998099

Tints of Amethyst Smoke #998099

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 value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#998099 (or 0x998099) is known color: 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

RGB 153 128 153 -
CMYK 0 0.16 0 0.4
HSL 300º 0.11% 0.55% -
HSV(B) 300º 0.16% 0.6% -
XYZ 26.61 24.51 33.47 -
YUV 138.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 153 128 153 0 0.16 0 0.4 300 0.11 0.55
Hex 99 80 99 0 10 0 28 12C B 37
Octal 231 200 231 0 20 0 50 454 13 67
Binary 10011001 10000000 10011001 0 10000 0 101000 100101100 1011 110111

Color Harmonies of #998099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998099

Black with #998099

Text Example


Text Example

White with #998099

Text Example


Text Example

HTML Codes & Css Web 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>