Html Css Color HEX #948D94 Amethyst Smoke

📋 copy color: '#948D94'

red 148 ◦ green 141 ◦ blue 148

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

Shades of Amethyst Smoke #948D94

Tints of Amethyst Smoke #948D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.27%

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

R = 33.87%
G = 32.27%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948D94 (or 0x948D94) is known color: Amethyst Smoke. HEX triplet: 94, 8D and 94. RGB value is (148,141,148). Sum of RGB (Red+Green+Blue) = 148+141+148=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D94 is #6B726B. Grayscale: #8F8F8F. Windows color (decimal): -7041644 or 9735572. OLE color: 9735572.

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

Color convert

RGB 148 141 148 -
CMYK 0 0.05 0 0.42
HSL 300º 0.03% 0.57% -
HSV(B) 300º 0.05% 0.58% -
XYZ 27.08 27.48 31.89 -
YUV 143.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 148 141 148 0 0.05 0 0.42 300 0.03 0.57
Hex 94 8D 94 0 5 0 2A 12C 3 39
Octal 224 215 224 0 5 0 52 454 3 71
Binary 10010100 10001101 10010100 0 101 0 101010 100101100 11 111001

Color Harmonies of #948D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D94

Black with #948D94

Text Example


Text Example

White with #948D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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