Html Css Color HEX #8F8190 Amethyst Smoke

📋 copy color: '#8F8190'

red 143 ◦ green 129 ◦ blue 144

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

Shades of Amethyst Smoke #8F8190

Tints of Amethyst Smoke #8F8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 34.38%
G = 31.01%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F8190 (or 0x8F8190) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 90. RGB value is (143,129,144). Sum of RGB (Red+Green+Blue) = 143+129+144=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8190 is #707E6F. Grayscale: #868686. Windows color (decimal): -7372400 or 9470351. OLE color: 9470351.

HSL color Cylindrical-coordinate representation of color #8F8190: hue angle of 296º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F8190 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 129 144 -
CMYK 0.01 0.10 0 0.44
HSL 296º 0.06% 0.54% -
HSV(B) 296º 0.1% 0.56% -
XYZ 24.21 23.55 29.66 -
YUV 134.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 143 129 144 0.01 0.10 0 0.44 296 0.06 0.54
Hex 8F 81 90 1 A 0 2C 128 6 36
Octal 217 201 220 1 12 0 54 450 6 66
Binary 10001111 10000001 10010000 1 1010 0 101100 100101000 110 110110

Color Harmonies of #8F8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8190

Black with #8F8190

Text Example


Text Example

White with #8F8190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,144); }

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

background-color css

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

 a { background-color: rgb(143,129,144); }

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

border-color css

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

 span { border-color: rgb(143,129,144); }

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