Html Css Color HEX #8F8093 Amethyst Smoke

📋 copy color: '#8F8093'

red 143 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #8F8093

Tints of Amethyst Smoke #8F8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 34.21%
G = 30.62%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F8093 (or 0x8F8093) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 93. RGB value is (143,128,147). Sum of RGB (Red+Green+Blue) = 143+128+147=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8093 is #707F6C. Grayscale: #868686. Windows color (decimal): -7372653 or 9666703. OLE color: 9666703.

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

Color convert

RGB 143 128 147 -
CMYK 0.03 0.13 0 0.42
HSL 287.37º 0.08% 0.54% -
HSV(B) 287.37º 0.13% 0.58% -
XYZ 24.31 23.38 30.84 -
YUV 134.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 143 128 147 0.03 0.13 0 0.42 287.37 0.08 0.54
Hex 8F 80 93 3 D 0 2A 11F 8 36
Octal 217 200 223 3 15 0 52 437 10 66
Binary 10001111 10000000 10010011 11 1101 0 101010 100011111 1000 110110

Color Harmonies of #8F8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8093

Black with #8F8093

Text Example


Text Example

White with #8F8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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