Html Css Color HEX #938998 Amethyst Smoke

📋 copy color: '#938998'

red 147 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #938998

Tints of Amethyst Smoke #938998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 33.72%
G = 31.42%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#938998 (or 0x938998) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 98. RGB value is (147,137,152). Sum of RGB (Red+Green+Blue) = 147+137+152=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #938998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938998 is #6C7667. Grayscale: #8D8D8D. Windows color (decimal): -7108200 or 9996691. OLE color: 9996691.

HSL color Cylindrical-coordinate representation of color #938998: hue angle of 280º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938998 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 137 152 -
CMYK 0.03 0.10 0 0.40
HSL 280º 0.07% 0.57% -
HSV(B) 280º 0.1% 0.6% -
XYZ 26.65 26.36 33.39 -
YUV 141.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 147 137 152 0.03 0.10 0 0.40 280 0.07 0.57
Hex 93 89 98 3 A 0 28 118 7 39
Octal 223 211 230 3 12 0 50 430 7 71
Binary 10010011 10001001 10011000 11 1010 0 101000 100011000 111 111001

Color Harmonies of #938998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938998

Black with #938998

Text Example


Text Example

White with #938998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938998; }

 p { color: rgb(147,137,152); }

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

background-color css

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

 a { background-color: rgb(147,137,152); }

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

border-color css

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

 span { border-color: rgb(147,137,152); }

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