Html Css Color HEX #947997 Amethyst Smoke

📋 copy color: '#947997'

red 148 ◦ green 121 ◦ blue 151

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

Shades of Amethyst Smoke #947997

Tints of Amethyst Smoke #947997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 35.24%
G = 28.81%
B = 35.95%

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

#947997 (or 0x947997) is known color: Amethyst Smoke. HEX triplet: 94, 79 and 97. RGB value is (148,121,151). Sum of RGB (Red+Green+Blue) = 148+121+151=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #947997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947997 is #6B8668. Grayscale: #848484. Windows color (decimal): -7046761 or 9927060. OLE color: 9927060.

HSL color Cylindrical-coordinate representation of color #947997: hue angle of 294º degrees, saturation: 0.13, 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 #947997 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 121 151 -
CMYK 0.02 0.20 0 0.41
HSL 294º 0.13% 0.53% -
HSV(B) 294º 0.2% 0.59% -
XYZ 24.64 22.21 32.27 -
YUV 132.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 148 121 151 0.02 0.20 0 0.41 294 0.13 0.53
Hex 94 79 97 2 14 0 29 126 D 35
Octal 224 171 227 2 24 0 51 446 15 65
Binary 10010100 1111001 10010111 10 10100 0 101001 100100110 1101 110101

Color Harmonies of #947997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947997

Black with #947997

Text Example


Text Example

White with #947997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947997; }

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

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

background-color css

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

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

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

border-color css

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

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

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