Html Css Color HEX #8F8099 Amethyst Smoke

📋 copy color: '#8F8099'

red 143 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #8F8099

Tints of Amethyst Smoke #8F8099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 33.73%
G = 30.19%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F8099 (or 0x8F8099) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 99. RGB value is (143,128,153). Sum of RGB (Red+Green+Blue) = 143+128+153=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8099 is #707F66. Grayscale: #878787. Windows color (decimal): -7372647 or 10059919. OLE color: 10059919.

HSL color Cylindrical-coordinate representation of color #8F8099: hue angle of 276º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8099 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 128 153 -
CMYK 0.07 0.16 0 0.4
HSL 276º 0.11% 0.55% -
HSV(B) 276º 0.16% 0.6% -
XYZ 24.8 23.58 33.38 -
YUV 135.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 143 128 153 0.07 0.16 0 0.4 276 0.11 0.55
Hex 8F 80 99 7 10 0 28 114 B 37
Octal 217 200 231 7 20 0 50 424 13 67
Binary 10001111 10000000 10011001 111 10000 0 101000 100010100 1011 110111

Color Harmonies of #8F8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8099

Black with #8F8099

Text Example


Text Example

White with #8F8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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