Html Css Color HEX #938C99 Amethyst Smoke

📋 copy color: '#938C99'

red 147 ◦ green 140 ◦ blue 153

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

Shades of Amethyst Smoke #938C99

Tints of Amethyst Smoke #938C99

RGB

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

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

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

R = 33.41%
G = 31.82%
B = 34.77%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938C99 (or 0x938C99) is known color: Amethyst Smoke. HEX triplet: 93, 8C and 99. RGB value is (147,140,153). Sum of RGB (Red+Green+Blue) = 147+140+153=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #938C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C99 is #6C7366. Grayscale: #8F8F8F. Windows color (decimal): -7107431 or 10062995. OLE color: 10062995.

HSL color Cylindrical-coordinate representation of color #938C99: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #938C99 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 140 153 -
CMYK 0.04 0.08 0 0.4
HSL 272.31º 0.06% 0.57% -
HSV(B) 272.31º 0.08% 0.6% -
XYZ 27.16 27.26 33.97 -
YUV 143.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 147 140 153 0.04 0.08 0 0.4 272.31 0.06 0.57
Hex 93 8C 99 4 8 0 28 110 6 39
Octal 223 214 231 4 10 0 50 420 6 71
Binary 10010011 10001100 10011001 100 1000 0 101000 100010000 110 111001

Color Harmonies of #938C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C99

Black with #938C99

Text Example


Text Example

White with #938C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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