Html Css Color HEX #8F7E9D Amethyst Smoke

📋 copy color: '#8F7E9D'

red 143 ◦ green 126 ◦ blue 157

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

Shades of Amethyst Smoke #8F7E9D

Tints of Amethyst Smoke #8F7E9D

RGB

 RED value IS 143 (56.25% from 255) = 33.57%

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

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

R = 33.57%
G = 29.58%
B = 36.85%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F7E9D (or 0x8F7E9D) is known color: Amethyst Smoke. HEX triplet: 8F, 7E and 9D. RGB value is (143,126,157). Sum of RGB (Red+Green+Blue) = 143+126+157=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E9D is #708162. Grayscale: #868686. Windows color (decimal): -7373155 or 10321551. OLE color: 10321551.

HSL color Cylindrical-coordinate representation of color #8F7E9D: hue angle of 272.9º 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 #8F7E9D is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 126 157 -
CMYK 0.09 0.20 0 0.38
HSL 272.9º 0.14% 0.55% -
HSV(B) 272.9º 0.2% 0.62% -
XYZ 24.87 23.2 35.06 -
YUV 134.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 143 126 157 0.09 0.20 0 0.38 272.9 0.14 0.55
Hex 8F 7E 9D 9 14 0 26 111 E 37
Octal 217 176 235 11 24 0 46 421 16 67
Binary 10001111 1111110 10011101 1001 10100 0 100110 100010001 1110 110111

Color Harmonies of #8F7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E9D

Black with #8F7E9D

Text Example


Text Example

White with #8F7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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