Html Css Color HEX #948194 Amethyst Smoke

📋 copy color: '#948194'

red 148 ◦ green 129 ◦ blue 148

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

Shades of Amethyst Smoke #948194

Tints of Amethyst Smoke #948194

RGB

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

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

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

R = 34.82%
G = 30.35%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948194 (or 0x948194) is known color: Amethyst Smoke. HEX triplet: 94, 81 and 94. RGB value is (148,129,148). Sum of RGB (Red+Green+Blue) = 148+129+148=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948194 is #6B7E6B. Grayscale: #888888. Windows color (decimal): -7044716 or 9732500. OLE color: 9732500.

HSL color Cylindrical-coordinate representation of color #948194: 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.13%. Process color model (Four color, CMYK) of #948194 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 148 -
CMYK 0 0.13 0 0.42
HSL 300º 0.08% 0.54% -
HSV(B) 300º 0.13% 0.58% -
XYZ 25.41 24.13 31.34 -
YUV 136.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 148 129 148 0 0.13 0 0.42 300 0.08 0.54
Hex 94 81 94 0 D 0 2A 12C 8 36
Octal 224 201 224 0 15 0 52 454 10 66
Binary 10010100 10000001 10010100 0 1101 0 101010 100101100 1000 110110

Color Harmonies of #948194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948194

Black with #948194

Text Example


Text Example

White with #948194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948194; }

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

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

background-color css

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

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

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

border-color css

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

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

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