Html Css Color HEX #947FA0 Amethyst Smoke

📋 copy color: '#947FA0'

red 148 ◦ green 127 ◦ blue 160

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

Shades of Amethyst Smoke #947FA0

Tints of Amethyst Smoke #947FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 34.02%
G = 29.2%
B = 36.78%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#947FA0 (or 0x947FA0) is known color: Amethyst Smoke. HEX triplet: 94, 7F and A0. RGB value is (148,127,160). Sum of RGB (Red+Green+Blue) = 148+127+160=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #947FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FA0 is #6B805F. Grayscale: #888888. Windows color (decimal): -7045216 or 10518420. OLE color: 10518420.

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

Color convert

RGB 148 127 160 -
CMYK 0.07 0.21 0 0.37
HSL 278.18º 0.15% 0.56% -
HSV(B) 278.18º 0.21% 0.63% -
XYZ 26.15 24.01 36.51 -
YUV 137.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 148 127 160 0.07 0.21 0 0.37 278.18 0.15 0.56
Hex 94 7F A0 7 15 0 25 116 F 38
Octal 224 177 240 7 25 0 45 426 17 70
Binary 10010100 1111111 10100000 111 10101 0 100101 100010110 1111 111000

Color Harmonies of #947FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FA0

Black with #947FA0

Text Example


Text Example

White with #947FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,127,160); }

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

background-color css

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

 a { background-color: rgb(148,127,160); }

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

border-color css

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

 span { border-color: rgb(148,127,160); }

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