Html Css Color HEX #8B8193 Amethyst Smoke

📋 copy color: '#8B8193'

red 139 ◦ green 129 ◦ blue 147

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

Shades of Amethyst Smoke #8B8193

Tints of Amethyst Smoke #8B8193

RGB

 RED value IS 139 (54.69% from 255) = 33.49%

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

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

R = 33.49%
G = 31.08%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B8193 (or 0x8B8193) is known color: Amethyst Smoke. HEX triplet: 8B, 81 and 93. RGB value is (139,129,147). Sum of RGB (Red+Green+Blue) = 139+129+147=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8193 is #747E6C. Grayscale: #858585. Windows color (decimal): -7634541 or 9666955. OLE color: 9666955.

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

Color convert

RGB 139 129 147 -
CMYK 0.05 0.12 0 0.42
HSL 273.33º 0.08% 0.54% -
HSV(B) 273.33º 0.12% 0.58% -
XYZ 23.76 23.3 30.85 -
YUV 134.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 139 129 147 0.05 0.12 0 0.42 273.33 0.08 0.54
Hex 8B 81 93 5 C 0 2A 111 8 36
Octal 213 201 223 5 14 0 52 421 10 66
Binary 10001011 10000001 10010011 101 1100 0 101010 100010001 1000 110110

Color Harmonies of #8B8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8193

Black with #8B8193

Text Example


Text Example

White with #8B8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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