Html Css Color HEX #988E9D Amethyst Smoke

📋 copy color: '#988E9D'

red 152 ◦ green 142 ◦ blue 157

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

Shades of Amethyst Smoke #988E9D

Tints of Amethyst Smoke #988E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 33.7%
G = 31.49%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#988E9D (or 0x988E9D) is known color: Amethyst Smoke. HEX triplet: 98, 8E and 9D. RGB value is (152,142,157). Sum of RGB (Red+Green+Blue) = 152+142+157=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #988E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E9D is #677162. Grayscale: #929292. Windows color (decimal): -6779235 or 10325656. OLE color: 10325656.

HSL color Cylindrical-coordinate representation of color #988E9D: hue angle of 280º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988E9D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 142 157 -
CMYK 0.03 0.10 0 0.38
HSL 280º 0.07% 0.59% -
HSV(B) 280º 0.1% 0.62% -
XYZ 28.71 28.46 35.88 -
YUV 146.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 152 142 157 0.03 0.10 0 0.38 280 0.07 0.59
Hex 98 8E 9D 3 A 0 26 118 7 3B
Octal 230 216 235 3 12 0 46 430 7 73
Binary 10011000 10001110 10011101 11 1010 0 100110 100011000 111 111011

Color Harmonies of #988E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E9D

Black with #988E9D

Text Example


Text Example

White with #988E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E9D; }

 p { color: rgb(152,142,157); }

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

background-color css

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

 a { background-color: rgb(152,142,157); }

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

border-color css

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

 span { border-color: rgb(152,142,157); }

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