Html Css Color HEX #937896 Amethyst Smoke

📋 copy color: '#937896'

red 147 ◦ green 120 ◦ blue 150

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

Shades of Amethyst Smoke #937896

Tints of Amethyst Smoke #937896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 35.25%
G = 28.78%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#937896 (or 0x937896) is known color: Amethyst Smoke. HEX triplet: 93, 78 and 96. RGB value is (147,120,150). Sum of RGB (Red+Green+Blue) = 147+120+150=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: blue. Hex color #937896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937896 is #6C8769. Grayscale: #838383. Windows color (decimal): -7112554 or 9861267. OLE color: 9861267.

HSL color Cylindrical-coordinate representation of color #937896: hue angle of 294º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937896 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 120 150 -
CMYK 0.02 0.20 0 0.41
HSL 294º 0.13% 0.53% -
HSV(B) 294º 0.2% 0.59% -
XYZ 24.25 21.84 31.79 -
YUV 131.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 147 120 150 0.02 0.20 0 0.41 294 0.13 0.53
Hex 93 78 96 2 14 0 29 126 C 35
Octal 223 170 226 2 24 0 51 446 14 65
Binary 10010011 1111000 10010110 10 10100 0 101001 100100110 1100 110101

Color Harmonies of #937896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937896

Black with #937896

Text Example


Text Example

White with #937896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937896; }

 p { color: rgb(147,120,150); }

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

background-color css

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

 a { background-color: rgb(147,120,150); }

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

border-color css

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

 span { border-color: rgb(147,120,150); }

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