Html Css Color HEX #8F8193 Amethyst Smoke

📋 copy color: '#8F8193'

red 143 ◦ green 129 ◦ blue 147

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

Shades of Amethyst Smoke #8F8193

Tints of Amethyst Smoke #8F8193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 34.13%
G = 30.79%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F8193 (or 0x8F8193) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 93. RGB value is (143,129,147). Sum of RGB (Red+Green+Blue) = 143+129+147=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8193 is #707E6C. Grayscale: #878787. Windows color (decimal): -7372397 or 9666959. OLE color: 9666959.

HSL color Cylindrical-coordinate representation of color #8F8193: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F8193 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 129 147 -
CMYK 0.03 0.12 0 0.42
HSL 286.67º 0.08% 0.54% -
HSV(B) 286.67º 0.12% 0.58% -
XYZ 24.44 23.65 30.88 -
YUV 135.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 143 129 147 0.03 0.12 0 0.42 286.67 0.08 0.54
Hex 8F 81 93 3 C 0 2A 11F 8 36
Octal 217 201 223 3 14 0 52 437 10 66
Binary 10001111 10000001 10010011 11 1100 0 101010 100011111 1000 110110

Color Harmonies of #8F8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8193

Black with #8F8193

Text Example


Text Example

White with #8F8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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