Html Css Color HEX #987FA1 Amethyst Smoke

📋 copy color: '#987FA1'

red 152 ◦ green 127 ◦ blue 161

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

Shades of Amethyst Smoke #987FA1

Tints of Amethyst Smoke #987FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 34.55%
G = 28.86%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#987FA1 (or 0x987FA1) is known color: Amethyst Smoke. HEX triplet: 98, 7F and A1. RGB value is (152,127,161). Sum of RGB (Red+Green+Blue) = 152+127+161=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 161 - color contains mainly: blue. Hex color #987FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FA1 is #67805E. Grayscale: #8A8A8A. Windows color (decimal): -6783071 or 10583960. OLE color: 10583960.

HSL color Cylindrical-coordinate representation of color #987FA1: hue angle of 284.12º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987FA1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 127 161 -
CMYK 0.06 0.21 0 0.37
HSL 284.12º 0.15% 0.56% -
HSV(B) 284.12º 0.21% 0.63% -
XYZ 26.97 24.43 37.01 -
YUV 138.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 152 127 161 0.06 0.21 0 0.37 284.12 0.15 0.56
Hex 98 7F A1 6 15 0 25 11C F 38
Octal 230 177 241 6 25 0 45 434 17 70
Binary 10011000 1111111 10100001 110 10101 0 100101 100011100 1111 111000

Color Harmonies of #987FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FA1

Black with #987FA1

Text Example


Text Example

White with #987FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,161); }

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

background-color css

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

 a { background-color: rgb(152,127,161); }

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

border-color css

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

 span { border-color: rgb(152,127,161); }

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