Html Css Color HEX #938193 Amethyst Smoke

📋 copy color: '#938193'

red 147 ◦ green 129 ◦ blue 147

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

Shades of Amethyst Smoke #938193

Tints of Amethyst Smoke #938193

RGB

 RED value IS 147 (57.81% from 255) = 34.75%

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

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

R = 34.75%
G = 30.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938193 (or 0x938193) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 93. RGB value is (147,129,147). Sum of RGB (Red+Green+Blue) = 147+129+147=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938193 is #6C7E6C. Grayscale: #888888. Windows color (decimal): -7110253 or 9666963. OLE color: 9666963.

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

Color convert

RGB 147 129 147 -
CMYK 0 0.12 0 0.42
HSL 300º 0.08% 0.54% -
HSV(B) 300º 0.12% 0.58% -
XYZ 25.15 24.01 30.91 -
YUV 136.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 147 129 147 0 0.12 0 0.42 300 0.08 0.54
Hex 93 81 93 0 C 0 2A 12C 8 36
Octal 223 201 223 0 14 0 52 454 10 66
Binary 10010011 10000001 10010011 0 1100 0 101010 100101100 1000 110110

Color Harmonies of #938193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938193

Black with #938193

Text Example


Text Example

White with #938193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938193; }

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

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

background-color css

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

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

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

border-color css

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

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

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