Html Css Color HEX #937F93 Amethyst Smoke

📋 copy color: '#937F93'

red 147 ◦ green 127 ◦ blue 147

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

Shades of Amethyst Smoke #937F93

Tints of Amethyst Smoke #937F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 34.92%
G = 30.17%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#937F93 (or 0x937F93) is known color: Amethyst Smoke. HEX triplet: 93, 7F and 93. RGB value is (147,127,147). Sum of RGB (Red+Green+Blue) = 147+127+147=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #937F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F93 is #6C806C. Grayscale: #878787. Windows color (decimal): -7110765 or 9666451. OLE color: 9666451.

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

Color convert

RGB 147 127 147 -
CMYK 0 0.14 0 0.42
HSL 300º 0.08% 0.54% -
HSV(B) 300º 0.14% 0.58% -
XYZ 24.89 23.49 30.83 -
YUV 135.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 147 127 147 0 0.14 0 0.42 300 0.08 0.54
Hex 93 7F 93 0 E 0 2A 12C 8 36
Octal 223 177 223 0 16 0 52 454 10 66
Binary 10010011 1111111 10010011 0 1110 0 101010 100101100 1000 110110

Color Harmonies of #937F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937F93

Black with #937F93

Text Example


Text Example

White with #937F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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