Html Css Color HEX #988699 Amethyst Smoke

📋 copy color: '#988699'

red 152 ◦ green 134 ◦ blue 153

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

Shades of Amethyst Smoke #988699

Tints of Amethyst Smoke #988699

RGB

 RED value IS 152 (59.77% from 255) = 34.62%

 GREEN value IS 134 (52.73% from 255) = 30.52%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 34.62%
G = 30.52%
B = 34.85%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988699 (or 0x988699) is known color: Amethyst Smoke. HEX triplet: 98, 86 and 99. RGB value is (152,134,153). Sum of RGB (Red+Green+Blue) = 152+134+153=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #988699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988699 is #677966. Grayscale: #8D8D8D. Windows color (decimal): -6781287 or 10061464. OLE color: 10061464.

HSL color Cylindrical-coordinate representation of color #988699: hue angle of 296.84º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988699 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 134 153 -
CMYK 0.01 0.12 0 0.4
HSL 296.84º 0.09% 0.56% -
HSV(B) 296.84º 0.12% 0.6% -
XYZ 27.22 26.03 33.73 -
YUV 141.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 152 134 153 0.01 0.12 0 0.4 296.84 0.09 0.56
Hex 98 86 99 1 C 0 28 129 9 38
Octal 230 206 231 1 14 0 50 451 11 70
Binary 10011000 10000110 10011001 1 1100 0 101000 100101001 1001 111000

Color Harmonies of #988699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988699

Black with #988699

Text Example


Text Example

White with #988699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988699; }

 p { color: rgb(152,134,153); }

 H1.HeaderClassName
 {
   color: #988699;
 }
 .AnyTagClassName
 {
   color: #988699;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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