Html Css Color HEX #937F95 Amethyst Smoke

📋 copy color: '#937F95'

red 147 ◦ green 127 ◦ blue 149

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

Shades of Amethyst Smoke #937F95

Tints of Amethyst Smoke #937F95

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 34.75%
G = 30.02%
B = 35.22%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#937F95 (or 0x937F95) is known color: Amethyst Smoke. HEX triplet: 93, 7F and 95. RGB value is (147,127,149). Sum of RGB (Red+Green+Blue) = 147+127+149=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #937F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F95 is #6C806A. Grayscale: #878787. Windows color (decimal): -7110763 or 9797523. OLE color: 9797523.

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

Color convert

RGB 147 127 149 -
CMYK 0.01 0.15 0 0.42
HSL 294.55º 0.09% 0.54% -
HSV(B) 294.55º 0.15% 0.58% -
XYZ 25.05 23.55 31.66 -
YUV 135.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 147 127 149 0.01 0.15 0 0.42 294.55 0.09 0.54
Hex 93 7F 95 1 F 0 2A 127 9 36
Octal 223 177 225 1 17 0 52 447 11 66
Binary 10010011 1111111 10010101 1 1111 0 101010 100100111 1001 110110

Color Harmonies of #937F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937F95

Black with #937F95

Text Example


Text Example

White with #937F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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