Html Css Color HEX #987E9D Amethyst Smoke

📋 copy color: '#987E9D'

red 152 ◦ green 126 ◦ blue 157

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

Shades of Amethyst Smoke #987E9D

Tints of Amethyst Smoke #987E9D

RGB

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

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

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

R = 34.94%
G = 28.97%
B = 36.09%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#987E9D (or 0x987E9D) is known color: Amethyst Smoke. HEX triplet: 98, 7E and 9D. RGB value is (152,126,157). Sum of RGB (Red+Green+Blue) = 152+126+157=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #987E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E9D is #678162. Grayscale: #898989. Windows color (decimal): -6783331 or 10321560. OLE color: 10321560.

HSL color Cylindrical-coordinate representation of color #987E9D: hue angle of 290.32º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987E9D is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 126 157 -
CMYK 0.03 0.20 0 0.38
HSL 290.32º 0.14% 0.55% -
HSV(B) 290.32º 0.2% 0.62% -
XYZ 26.5 24.03 35.14 -
YUV 137.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 152 126 157 0.03 0.20 0 0.38 290.32 0.14 0.55
Hex 98 7E 9D 3 14 0 26 122 E 37
Octal 230 176 235 3 24 0 46 442 16 67
Binary 10011000 1111110 10011101 11 10100 0 100110 100100010 1110 110111

Color Harmonies of #987E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E9D

Black with #987E9D

Text Example


Text Example

White with #987E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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