Html Css Color HEX #938597 Amethyst Smoke

📋 copy color: '#938597'

red 147 ◦ green 133 ◦ blue 151

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

Shades of Amethyst Smoke #938597

Tints of Amethyst Smoke #938597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 34.11%
G = 30.86%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#938597 (or 0x938597) is known color: Amethyst Smoke. HEX triplet: 93, 85 and 97. RGB value is (147,133,151). Sum of RGB (Red+Green+Blue) = 147+133+151=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 151 - color contains mainly: blue. Hex color #938597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938597 is #6C7A68. Grayscale: #8B8B8B. Windows color (decimal): -7109225 or 9930131. OLE color: 9930131.

HSL color Cylindrical-coordinate representation of color #938597: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938597 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 133 151 -
CMYK 0.03 0.12 0 0.41
HSL 286.67º 0.08% 0.56% -
HSV(B) 286.67º 0.12% 0.59% -
XYZ 26.01 25.21 32.77 -
YUV 139.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 147 133 151 0.03 0.12 0 0.41 286.67 0.08 0.56
Hex 93 85 97 3 C 0 29 11F 8 38
Octal 223 205 227 3 14 0 51 437 10 70
Binary 10010011 10000101 10010111 11 1100 0 101001 100011111 1000 111000

Color Harmonies of #938597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938597

Black with #938597

Text Example


Text Example

White with #938597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938597; }

 p { color: rgb(147,133,151); }

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

background-color css

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

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

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

border-color css

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

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

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