Html Css Color HEX #947CA1 Amethyst Smoke

📋 copy color: '#947CA1'

red 148 ◦ green 124 ◦ blue 161

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

Shades of Amethyst Smoke #947CA1

Tints of Amethyst Smoke #947CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 34.18%
G = 28.64%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#947CA1 (or 0x947CA1) is known color: Amethyst Smoke. HEX triplet: 94, 7C and A1. RGB value is (148,124,161). Sum of RGB (Red+Green+Blue) = 148+124+161=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #947CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947CA1 is #6B835E. Grayscale: #878787. Windows color (decimal): -7045983 or 10583188. OLE color: 10583188.

HSL color Cylindrical-coordinate representation of color #947CA1: hue angle of 278.92º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947CA1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 124 161 -
CMYK 0.08 0.23 0 0.37
HSL 278.92º 0.16% 0.56% -
HSV(B) 278.92º 0.23% 0.63% -
XYZ 25.85 23.28 36.85 -
YUV 135.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 148 124 161 0.08 0.23 0 0.37 278.92 0.16 0.56
Hex 94 7C A1 8 17 0 25 117 10 38
Octal 224 174 241 10 27 0 45 427 20 70
Binary 10010100 1111100 10100001 1000 10111 0 100101 100010111 10000 111000

Color Harmonies of #947CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CA1

Black with #947CA1

Text Example


Text Example

White with #947CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,161); }

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

background-color css

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

 a { background-color: rgb(148,124,161); }

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

border-color css

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

 span { border-color: rgb(148,124,161); }

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