Html Css Color HEX #988199 Amethyst Smoke

📋 copy color: '#988199'

red 152 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #988199

Tints of Amethyst Smoke #988199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

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

R = 35.02%
G = 29.72%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988199 (or 0x988199) is known color: Amethyst Smoke. HEX triplet: 98, 81 and 99. RGB value is (152,129,153). Sum of RGB (Red+Green+Blue) = 152+129+153=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #988199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988199 is #677E66. Grayscale: #8A8A8A. Windows color (decimal): -6782567 or 10060184. OLE color: 10060184.

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

Color convert

RGB 152 129 153 -
CMYK 0.01 0.16 0 0.4
HSL 297.5º 0.11% 0.55% -
HSV(B) 297.5º 0.16% 0.6% -
XYZ 26.55 24.68 33.5 -
YUV 138.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 152 129 153 0.01 0.16 0 0.4 297.5 0.11 0.55
Hex 98 81 99 1 10 0 28 12A B 37
Octal 230 201 231 1 20 0 50 452 13 67
Binary 10011000 10000001 10011001 1 10000 0 101000 100101010 1011 110111

Color Harmonies of #988199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988199

Black with #988199

Text Example


Text Example

White with #988199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988199; }

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

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

background-color css

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

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

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

border-color css

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

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

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