Html Css Color HEX #8D8099 Amethyst Smoke

📋 copy color: '#8D8099'

red 141 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #8D8099

Tints of Amethyst Smoke #8D8099

RGB

 RED value IS 141 (55.47% from 255) = 33.41%

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

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

R = 33.41%
G = 30.33%
B = 36.26%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D8099 (or 0x8D8099) is known color: Amethyst Smoke. HEX triplet: 8D, 80 and 99. RGB value is (141,128,153). Sum of RGB (Red+Green+Blue) = 141+128+153=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8099 is #727F66. Grayscale: #868686. Windows color (decimal): -7503719 or 10059917. OLE color: 10059917.

HSL color Cylindrical-coordinate representation of color #8D8099: hue angle of 271.2º 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 #8D8099 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 128 153 -
CMYK 0.08 0.16 0 0.4
HSL 271.2º 0.11% 0.55% -
HSV(B) 271.2º 0.16% 0.6% -
XYZ 24.45 23.4 33.37 -
YUV 134.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 141 128 153 0.08 0.16 0 0.4 271.2 0.11 0.55
Hex 8D 80 99 8 10 0 28 10F B 37
Octal 215 200 231 10 20 0 50 417 13 67
Binary 10001101 10000000 10011001 1000 10000 0 101000 100001111 1011 110111

Color Harmonies of #8D8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8099

Black with #8D8099

Text Example


Text Example

White with #8D8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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