Html Css Color HEX #948094 Amethyst Smoke

📋 copy color: '#948094'

red 148 ◦ green 128 ◦ blue 148

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

Shades of Amethyst Smoke #948094

Tints of Amethyst Smoke #948094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 34.91%
G = 30.19%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948094 (or 0x948094) is known color: Amethyst Smoke. HEX triplet: 94, 80 and 94. RGB value is (148,128,148). Sum of RGB (Red+Green+Blue) = 148+128+148=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948094 is #6B7F6B. Grayscale: #888888. Windows color (decimal): -7044972 or 9732244. OLE color: 9732244.

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

Color convert

RGB 148 128 148 -
CMYK 0 0.14 0 0.42
HSL 300º 0.09% 0.54% -
HSV(B) 300º 0.14% 0.58% -
XYZ 25.28 23.87 31.29 -
YUV 136.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 148 128 148 0 0.14 0 0.42 300 0.09 0.54
Hex 94 80 94 0 E 0 2A 12C 9 36
Octal 224 200 224 0 16 0 52 454 11 66
Binary 10010100 10000000 10010100 0 1110 0 101010 100101100 1001 110110

Color Harmonies of #948094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948094

Black with #948094

Text Example


Text Example

White with #948094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948094; }

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

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

background-color css

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

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

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

border-color css

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

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

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