Html Css Color HEX #937E98 Amethyst Smoke

📋 copy color: '#937E98'

red 147 ◦ green 126 ◦ blue 152

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

Shades of Amethyst Smoke #937E98

Tints of Amethyst Smoke #937E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

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

R = 34.59%
G = 29.65%
B = 35.76%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#937E98 (or 0x937E98) is known color: Amethyst Smoke. HEX triplet: 93, 7E and 98. RGB value is (147,126,152). Sum of RGB (Red+Green+Blue) = 147+126+152=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #937E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E98 is #6C8167. Grayscale: #878787. Windows color (decimal): -7111016 or 9993875. OLE color: 9993875.

HSL color Cylindrical-coordinate representation of color #937E98: hue angle of 288.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937E98 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 126 152 -
CMYK 0.03 0.17 0 0.40
HSL 288.46º 0.11% 0.55% -
HSV(B) 288.46º 0.17% 0.6% -
XYZ 25.16 23.39 32.89 -
YUV 135.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 147 126 152 0.03 0.17 0 0.40 288.46 0.11 0.55
Hex 93 7E 98 3 11 0 28 120 B 37
Octal 223 176 230 3 21 0 50 440 13 67
Binary 10010011 1111110 10011000 11 10001 0 101000 100100000 1011 110111

Color Harmonies of #937E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937E98

Black with #937E98

Text Example


Text Example

White with #937E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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