Html Css Color HEX #948994 Amethyst Smoke

📋 copy color: '#948994'

red 148 ◦ green 137 ◦ blue 148

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

Shades of Amethyst Smoke #948994

Tints of Amethyst Smoke #948994

RGB

 RED value IS 148 (58.2% from 255) = 34.18%

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

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 34.18%
G = 31.64%
B = 34.18%

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

#948994 (or 0x948994) is known color: Amethyst Smoke. HEX triplet: 94, 89 and 94. RGB value is (148,137,148). Sum of RGB (Red+Green+Blue) = 148+137+148=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948994 is #6B766B. Grayscale: #8D8D8D. Windows color (decimal): -7042668 or 9734548. OLE color: 9734548.

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

Color convert

RGB 148 137 148 -
CMYK 0 0.07 0 0.42
HSL 300º 0.05% 0.56% -
HSV(B) 300º 0.07% 0.58% -
XYZ 26.5 26.33 31.7 -
YUV 141.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 148 137 148 0 0.07 0 0.42 300 0.05 0.56
Hex 94 89 94 0 7 0 2A 12C 5 38
Octal 224 211 224 0 7 0 52 454 5 70
Binary 10010100 10001001 10010100 0 111 0 101010 100101100 101 111000

Color Harmonies of #948994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948994

Black with #948994

Text Example


Text Example

White with #948994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948994; }

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

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

background-color css

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

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

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

border-color css

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

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

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