Html Css Color HEX #928193 Amethyst Smoke

📋 copy color: '#928193'

red 146 ◦ green 129 ◦ blue 147

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

Shades of Amethyst Smoke #928193

Tints of Amethyst Smoke #928193

RGB

 RED value IS 146 (57.42% from 255) = 34.6%

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

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

R = 34.6%
G = 30.57%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928193 (or 0x928193) is known color: Amethyst Smoke. HEX triplet: 92, 81 and 93. RGB value is (146,129,147). Sum of RGB (Red+Green+Blue) = 146+129+147=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #928193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928193 is #6D7E6C. Grayscale: #888888. Windows color (decimal): -7175789 or 9666962. OLE color: 9666962.

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

Color convert

RGB 146 129 147 -
CMYK 0.01 0.12 0 0.42
HSL 296.67º 0.08% 0.54% -
HSV(B) 296.67º 0.12% 0.58% -
XYZ 24.97 23.92 30.9 -
YUV 136.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 146 129 147 0.01 0.12 0 0.42 296.67 0.08 0.54
Hex 92 81 93 1 C 0 2A 129 8 36
Octal 222 201 223 1 14 0 52 451 10 66
Binary 10010010 10000001 10010011 1 1100 0 101010 100101001 1000 110110

Color Harmonies of #928193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928193

Black with #928193

Text Example


Text Example

White with #928193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928193; }

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

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

background-color css

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

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

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

border-color css

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

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

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