Html Css Color HEX #947797 Amethyst Smoke

📋 copy color: '#947797'

red 148 ◦ green 119 ◦ blue 151

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

Shades of Amethyst Smoke #947797

Tints of Amethyst Smoke #947797

RGB

 RED value IS 148 (58.2% from 255) = 35.41%

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 35.41%
G = 28.47%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#947797 (or 0x947797) is known color: Amethyst Smoke. HEX triplet: 94, 77 and 97. RGB value is (148,119,151). Sum of RGB (Red+Green+Blue) = 148+119+151=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #947797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947797 is #6B8868. Grayscale: #838383. Windows color (decimal): -7047273 or 9926548. OLE color: 9926548.

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

Color convert

RGB 148 119 151 -
CMYK 0.02 0.21 0 0.41
HSL 294.38º 0.13% 0.53% -
HSV(B) 294.38º 0.21% 0.59% -
XYZ 24.4 21.72 32.19 -
YUV 131.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 148 119 151 0.02 0.21 0 0.41 294.38 0.13 0.53
Hex 94 77 97 2 15 0 29 126 D 35
Octal 224 167 227 2 25 0 51 446 15 65
Binary 10010100 1110111 10010111 10 10101 0 101001 100100110 1101 110101

Color Harmonies of #947797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947797

Black with #947797

Text Example


Text Example

White with #947797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947797; }

 p { color: rgb(148,119,151); }

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

background-color css

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

 a { background-color: rgb(148,119,151); }

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

border-color css

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

 span { border-color: rgb(148,119,151); }

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