Html Css Color HEX #938195 Amethyst Smoke

📋 copy color: '#938195'

red 147 ◦ green 129 ◦ blue 149

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

Shades of Amethyst Smoke #938195

Tints of Amethyst Smoke #938195

RGB

 RED value IS 147 (57.81% from 255) = 34.59%

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

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

R = 34.59%
G = 30.35%
B = 35.06%

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

#938195 (or 0x938195) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 95. RGB value is (147,129,149). Sum of RGB (Red+Green+Blue) = 147+129+149=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #938195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938195 is #6C7E6A. Grayscale: #888888. Windows color (decimal): -7110251 or 9798035. OLE color: 9798035.

HSL color Cylindrical-coordinate representation of color #938195: hue angle of 294º 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 #938195 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 129 149 -
CMYK 0.01 0.13 0 0.42
HSL 294º 0.09% 0.55% -
HSV(B) 294º 0.13% 0.58% -
XYZ 25.31 24.07 31.75 -
YUV 136.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 147 129 149 0.01 0.13 0 0.42 294 0.09 0.55
Hex 93 81 95 1 D 0 2A 126 9 37
Octal 223 201 225 1 15 0 52 446 11 67
Binary 10010011 10000001 10010101 1 1101 0 101010 100100110 1001 110111

Color Harmonies of #938195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938195

Black with #938195

Text Example


Text Example

White with #938195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938195; }

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

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

background-color css

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

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

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

border-color css

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

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

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