Html Css Color HEX #938399 Amethyst Smoke

📋 copy color: '#938399'

red 147 ◦ green 131 ◦ blue 153

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

Shades of Amethyst Smoke #938399

Tints of Amethyst Smoke #938399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 34.11%
G = 30.39%
B = 35.5%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938399 (or 0x938399) is known color: Amethyst Smoke. HEX triplet: 93, 83 and 99. RGB value is (147,131,153). Sum of RGB (Red+Green+Blue) = 147+131+153=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #938399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938399 is #6C7C66. Grayscale: #8A8A8A. Windows color (decimal): -7109735 or 10060691. OLE color: 10060691.

HSL color Cylindrical-coordinate representation of color #938399: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938399 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 131 153 -
CMYK 0.04 0.14 0 0.4
HSL 283.64º 0.1% 0.56% -
HSV(B) 283.64º 0.14% 0.6% -
XYZ 25.9 24.74 33.55 -
YUV 138.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 147 131 153 0.04 0.14 0 0.4 283.64 0.1 0.56
Hex 93 83 99 4 E 0 28 11C A 38
Octal 223 203 231 4 16 0 50 434 12 70
Binary 10010011 10000011 10011001 100 1110 0 101000 100011100 1010 111000

Color Harmonies of #938399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938399

Black with #938399

Text Example


Text Example

White with #938399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938399; }

 p { color: rgb(147,131,153); }

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

background-color css

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

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

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

border-color css

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

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

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