Html Css Color HEX #948195 Amethyst Smoke

📋 copy color: '#948195'

red 148 ◦ green 129 ◦ blue 149

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

Shades of Amethyst Smoke #948195

Tints of Amethyst Smoke #948195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 34.74%
G = 30.28%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948195 (or 0x948195) is known color: Amethyst Smoke. HEX triplet: 94, 81 and 95. RGB value is (148,129,149). Sum of RGB (Red+Green+Blue) = 148+129+149=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #948195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948195 is #6B7E6A. Grayscale: #888888. Windows color (decimal): -7044715 or 9798036. OLE color: 9798036.

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

Color convert

RGB 148 129 149 -
CMYK 0.01 0.13 0 0.42
HSL 297º 0.09% 0.55% -
HSV(B) 297º 0.13% 0.58% -
XYZ 25.49 24.17 31.75 -
YUV 136.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 148 129 149 0.01 0.13 0 0.42 297 0.09 0.55
Hex 94 81 95 1 D 0 2A 129 9 37
Octal 224 201 225 1 15 0 52 451 11 67
Binary 10010100 10000001 10010101 1 1101 0 101010 100101001 1001 110111

Color Harmonies of #948195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948195

Black with #948195

Text Example


Text Example

White with #948195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948195; }

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

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

background-color css

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

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

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

border-color css

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

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

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