Html Css Color HEX #938C9D Amethyst Smoke

📋 copy color: '#938C9D'

red 147 ◦ green 140 ◦ blue 157

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

Shades of Amethyst Smoke #938C9D

Tints of Amethyst Smoke #938C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 33.11%
G = 31.53%
B = 35.36%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#938C9D (or 0x938C9D) is known color: Amethyst Smoke. HEX triplet: 93, 8C and 9D. RGB value is (147,140,157). Sum of RGB (Red+Green+Blue) = 147+140+157=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #938C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C9D is #6C7362. Grayscale: #8F8F8F. Windows color (decimal): -7107427 or 10325139. OLE color: 10325139.

HSL color Cylindrical-coordinate representation of color #938C9D: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938C9D is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 140 157 -
CMYK 0.06 0.11 0 0.38
HSL 264.71º 0.08% 0.58% -
HSV(B) 264.71º 0.11% 0.62% -
XYZ 27.5 27.39 35.74 -
YUV 144.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 147 140 157 0.06 0.11 0 0.38 264.71 0.08 0.58
Hex 93 8C 9D 6 B 0 26 109 8 3A
Octal 223 214 235 6 13 0 46 411 10 72
Binary 10010011 10001100 10011101 110 1011 0 100110 100001001 1000 111010

Color Harmonies of #938C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C9D

Black with #938C9D

Text Example


Text Example

White with #938C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C9D; }

 p { color: rgb(147,140,157); }

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

background-color css

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

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

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

border-color css

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

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

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