Html Css Color HEX #947D97 Amethyst Smoke

📋 copy color: '#947D97'

red 148 ◦ green 125 ◦ blue 151

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

Shades of Amethyst Smoke #947D97

Tints of Amethyst Smoke #947D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 34.91%
G = 29.48%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#947D97 (or 0x947D97) is known color: Amethyst Smoke. HEX triplet: 94, 7D and 97. RGB value is (148,125,151). Sum of RGB (Red+Green+Blue) = 148+125+151=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 151 - color contains mainly: blue. Hex color #947D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D97 is #6B8268. Grayscale: #868686. Windows color (decimal): -7045737 or 9928084. OLE color: 9928084.

HSL color Cylindrical-coordinate representation of color #947D97: hue angle of 293.08º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947D97 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 125 151 -
CMYK 0.02 0.17 0 0.41
HSL 293.08º 0.11% 0.54% -
HSV(B) 293.08º 0.17% 0.59% -
XYZ 25.13 23.2 32.43 -
YUV 134.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 148 125 151 0.02 0.17 0 0.41 293.08 0.11 0.54
Hex 94 7D 97 2 11 0 29 125 B 36
Octal 224 175 227 2 21 0 51 445 13 66
Binary 10010100 1111101 10010111 10 10001 0 101001 100100101 1011 110110

Color Harmonies of #947D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D97

Black with #947D97

Text Example


Text Example

White with #947D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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