Html Css Color HEX #947E9D Amethyst Smoke

📋 copy color: '#947E9D'

red 148 ◦ green 126 ◦ blue 157

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

Shades of Amethyst Smoke #947E9D

Tints of Amethyst Smoke #947E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.23%

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

R = 34.34%
G = 29.23%
B = 36.43%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#947E9D (or 0x947E9D) is known color: Amethyst Smoke. HEX triplet: 94, 7E and 9D. RGB value is (148,126,157). Sum of RGB (Red+Green+Blue) = 148+126+157=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #947E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947E9D is #6B8162. Grayscale: #888888. Windows color (decimal): -7045475 or 10321556. OLE color: 10321556.

HSL color Cylindrical-coordinate representation of color #947E9D: hue angle of 282.58º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947E9D is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 126 157 -
CMYK 0.06 0.20 0 0.38
HSL 282.58º 0.14% 0.55% -
HSV(B) 282.58º 0.2% 0.62% -
XYZ 25.76 23.65 35.11 -
YUV 136.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 148 126 157 0.06 0.20 0 0.38 282.58 0.14 0.55
Hex 94 7E 9D 6 14 0 26 11B E 37
Octal 224 176 235 6 24 0 46 433 16 67
Binary 10010100 1111110 10011101 110 10100 0 100110 100011011 1110 110111

Color Harmonies of #947E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E9D

Black with #947E9D

Text Example


Text Example

White with #947E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,126,157); }

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

background-color css

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

 a { background-color: rgb(148,126,157); }

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

border-color css

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

 span { border-color: rgb(148,126,157); }

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