Html Css Color HEX #948395 Amethyst Smoke

📋 copy color: '#948395'

red 148 ◦ green 131 ◦ blue 149

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

Shades of Amethyst Smoke #948395

Tints of Amethyst Smoke #948395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

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

R = 34.58%
G = 30.61%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948395 (or 0x948395) is known color: Amethyst Smoke. HEX triplet: 94, 83 and 95. RGB value is (148,131,149). Sum of RGB (Red+Green+Blue) = 148+131+149=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #948395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948395 is #6B7C6A. Grayscale: #8A8A8A. Windows color (decimal): -7044203 or 9798548. OLE color: 9798548.

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

Color convert

RGB 148 131 149 -
CMYK 0.01 0.12 0 0.42
HSL 296.67º 0.08% 0.55% -
HSV(B) 296.67º 0.12% 0.58% -
XYZ 25.75 24.7 31.84 -
YUV 138.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 148 131 149 0.01 0.12 0 0.42 296.67 0.08 0.55
Hex 94 83 95 1 C 0 2A 129 8 37
Octal 224 203 225 1 14 0 52 451 10 67
Binary 10010100 10000011 10010101 1 1100 0 101010 100101001 1000 110111

Color Harmonies of #948395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948395

Black with #948395

Text Example


Text Example

White with #948395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948395; }

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

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

background-color css

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

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

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

border-color css

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

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

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