Html Css Color HEX #938099 Amethyst Smoke

📋 copy color: '#938099'

red 147 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #938099

Tints of Amethyst Smoke #938099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 34.35%
G = 29.91%
B = 35.75%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938099 (or 0x938099) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 99. RGB value is (147,128,153). Sum of RGB (Red+Green+Blue) = 147+128+153=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #938099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938099 is #6C7F66. Grayscale: #888888. Windows color (decimal): -7110503 or 10059923. OLE color: 10059923.

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

Color convert

RGB 147 128 153 -
CMYK 0.04 0.16 0 0.4
HSL 285.6º 0.11% 0.55% -
HSV(B) 285.6º 0.16% 0.6% -
XYZ 25.5 23.94 33.41 -
YUV 136.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 147 128 153 0.04 0.16 0 0.4 285.6 0.11 0.55
Hex 93 80 99 4 10 0 28 11E B 37
Octal 223 200 231 4 20 0 50 436 13 67
Binary 10010011 10000000 10011001 100 10000 0 101000 100011110 1011 110111

Color Harmonies of #938099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938099

Black with #938099

Text Example


Text Example

White with #938099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938099; }

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

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

background-color css

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

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

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

border-color css

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

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

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