Html Css Color HEX #938993 Amethyst Smoke

📋 copy color: '#938993'

red 147 ◦ green 137 ◦ blue 147

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

Shades of Amethyst Smoke #938993

Tints of Amethyst Smoke #938993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 34.11%
G = 31.79%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938993 (or 0x938993) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 93. RGB value is (147,137,147). Sum of RGB (Red+Green+Blue) = 147+137+147=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938993 is #6C766C. Grayscale: #8D8D8D. Windows color (decimal): -7108205 or 9669011. OLE color: 9669011.

HSL color Cylindrical-coordinate representation of color #938993: hue angle of 300º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938993 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 147 -
CMYK 0 0.07 0 0.42
HSL 300º 0.04% 0.56% -
HSV(B) 300º 0.07% 0.58% -
XYZ 26.24 26.2 31.28 -
YUV 141.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 147 137 147 0 0.07 0 0.42 300 0.04 0.56
Hex 93 89 93 0 7 0 2A 12C 4 38
Octal 223 211 223 0 7 0 52 454 4 70
Binary 10010011 10001001 10010011 0 111 0 101010 100101100 100 111000

Color Harmonies of #938993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938993

Black with #938993

Text Example


Text Example

White with #938993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938993; }

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

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

background-color css

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

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

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

border-color css

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

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

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