Html Css Color HEX #8D8093 Amethyst Smoke

📋 copy color: '#8D8093'

red 141 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #8D8093

Tints of Amethyst Smoke #8D8093

RGB

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

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

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

R = 33.89%
G = 30.77%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D8093 (or 0x8D8093) is known color: Amethyst Smoke. HEX triplet: 8D, 80 and 93. RGB value is (141,128,147). Sum of RGB (Red+Green+Blue) = 141+128+147=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8093 is #727F6C. Grayscale: #858585. Windows color (decimal): -7503725 or 9666701. OLE color: 9666701.

HSL color Cylindrical-coordinate representation of color #8D8093: hue angle of 281.05º 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 #8D8093 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 128 147 -
CMYK 0.04 0.13 0 0.42
HSL 281.05º 0.08% 0.54% -
HSV(B) 281.05º 0.13% 0.58% -
XYZ 23.97 23.21 30.82 -
YUV 134.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 141 128 147 0.04 0.13 0 0.42 281.05 0.08 0.54
Hex 8D 80 93 4 D 0 2A 119 8 36
Octal 215 200 223 4 15 0 52 431 10 66
Binary 10001101 10000000 10010011 100 1101 0 101010 100011001 1000 110110

Color Harmonies of #8D8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8093

Black with #8D8093

Text Example


Text Example

White with #8D8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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