Html Css Color HEX #987E99 Amethyst Smoke

📋 copy color: '#987E99'

red 152 ◦ green 126 ◦ blue 153

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

Shades of Amethyst Smoke #987E99

Tints of Amethyst Smoke #987E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.23%

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

R = 35.27%
G = 29.23%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987E99 (or 0x987E99) is known color: Amethyst Smoke. HEX triplet: 98, 7E and 99. RGB value is (152,126,153). Sum of RGB (Red+Green+Blue) = 152+126+153=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #987E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E99 is #678166. Grayscale: #888888. Windows color (decimal): -6783335 or 10059416. OLE color: 10059416.

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

Color convert

RGB 152 126 153 -
CMYK 0.01 0.18 0 0.4
HSL 297.78º 0.12% 0.55% -
HSV(B) 297.78º 0.18% 0.6% -
XYZ 26.16 23.9 33.37 -
YUV 136.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 152 126 153 0.01 0.18 0 0.4 297.78 0.12 0.55
Hex 98 7E 99 1 12 0 28 12A C 37
Octal 230 176 231 1 22 0 50 452 14 67
Binary 10011000 1111110 10011001 1 10010 0 101000 100101010 1100 110111

Color Harmonies of #987E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E99

Black with #987E99

Text Example


Text Example

White with #987E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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