Html Css Color HEX #937A9D Amethyst Smoke

📋 copy color: '#937A9D'

red 147 ◦ green 122 ◦ blue 157

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

Shades of Amethyst Smoke #937A9D

Tints of Amethyst Smoke #937A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 34.51%
G = 28.64%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#937A9D (or 0x937A9D) is known color: Amethyst Smoke. HEX triplet: 93, 7A and 9D. RGB value is (147,122,157). Sum of RGB (Red+Green+Blue) = 147+122+157=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #937A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A9D is #6C8562. Grayscale: #858585. Windows color (decimal): -7112035 or 10320531. OLE color: 10320531.

HSL color Cylindrical-coordinate representation of color #937A9D: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937A9D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 122 157 -
CMYK 0.06 0.22 0 0.38
HSL 282.86º 0.15% 0.55% -
HSV(B) 282.86º 0.22% 0.62% -
XYZ 25.08 22.56 34.93 -
YUV 133.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 147 122 157 0.06 0.22 0 0.38 282.86 0.15 0.55
Hex 93 7A 9D 6 16 0 26 11B F 37
Octal 223 172 235 6 26 0 46 433 17 67
Binary 10010011 1111010 10011101 110 10110 0 100110 100011011 1111 110111

Color Harmonies of #937A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937A9D

Black with #937A9D

Text Example


Text Example

White with #937A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,122,157); }

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

background-color css

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

 a { background-color: rgb(147,122,157); }

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

border-color css

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

 span { border-color: rgb(147,122,157); }

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